com.esri.arcgis.geodatabase
Interface IDEServerConnection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DEServerConnection, IDEServerConnectionProxy

public interface IDEServerConnection
extends java.io.Serializable

COM Interface 'IDEServerConnection'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provide access to theArcGIS Server Connection Data Element.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID668afa47_33f8_4902_9737_72f01c5fc6c4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getName()
          The name of the connection.
 java.lang.String getURL()
          The URL of the connection.
 void setName(java.lang.String pName)
          The name of the connection.
 void setURL(java.lang.String pUrl)
          The URL of the connection.
 

Field Detail

IID668afa47_33f8_4902_9737_72f01c5fc6c4

static final int IID668afa47_33f8_4902_9737_72f01c5fc6c4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the connection.

Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
The name of the connection.

Parameters:
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURL

java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
The URL of the connection.

Returns:
The pUrl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setURL

void setURL(java.lang.String pUrl)
            throws java.io.IOException,
                   AutomationException
The URL of the connection.

Parameters:
pUrl - The pUrl (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.