public interface IAGSServerObjectName
extends java.io.Serializable
Description: 'Provides access to members that supply server object name information.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID436bd37c_fe61_4a2e_9d74_1ae6fc8d654d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IAGSServerConnectionName |
getAGSServerConnectionName()
The connection name object for this server object.
|
java.lang.String |
getName()
Name of the server object.
|
java.lang.String |
getType()
Type of the server object (MapServer or GeocodeServer).
|
java.lang.String |
getURL()
Server object URL (if connection type is internet).
|
void |
setAGSServerConnectionNameByRef(IAGSServerConnectionName ppServerConnName)
The connection name object for this server object.
|
void |
setName(java.lang.String objectName)
Name of the server object.
|
void |
setType(java.lang.String objectType)
Type of the server object (MapServer or GeocodeServer).
|
void |
setURL(java.lang.String objectURL)
Server object URL (if connection type is internet).
|
static final int IID436bd37c_fe61_4a2e_9d74_1ae6fc8d654d
static final int xxDummy
static final java.lang.String IID
void setName(java.lang.String objectName) throws java.io.IOException, AutomationException
objectName
- The objectName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setType(java.lang.String objectType) throws java.io.IOException, AutomationException
objectType
- The objectType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setURL(java.lang.String objectURL) throws java.io.IOException, AutomationException
objectURL
- The objectURL (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getURL() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IAGSServerConnectionName getAGSServerConnectionName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAGSServerConnectionNameByRef(IAGSServerConnectionName ppServerConnName) throws java.io.IOException, AutomationException
ppServerConnName
- A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.