public interface IAGSServerObjectName2 extends IAGSServerObjectName, 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 |
IID2f311f9a_50f9_45d4_9553_d781a08445e8 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID436bd37c_fe61_4a2e_9d74_1ae6fc8d654d
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCapabilities()
The web capabilities of the service.
|
java.lang.String |
getNameString2()
The name string for the server object name.
|
java.lang.String |
getParentType()
The type of server object this server object extension is associated with.
|
void |
setCapabilities(java.lang.String caps)
The web capabilities of the service.
|
void |
setNameString2(java.lang.String ns)
The name string for the server object name.
|
void |
setParentType(java.lang.String parentType)
The type of server object this server object extension is associated with.
|
getAGSServerConnectionName, getName, getType, getURL, setAGSServerConnectionNameByRef, setName, setType, setURL
static final int IID2f311f9a_50f9_45d4_9553_d781a08445e8
static final int xxDummy
static final java.lang.String IID
void setNameString2(java.lang.String ns) throws java.io.IOException, AutomationException
ns
- The ns (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getNameString2() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setParentType(java.lang.String parentType) throws java.io.IOException, AutomationException
parentType
- The parentType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getParentType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCapabilities(java.lang.String caps) throws java.io.IOException, AutomationException
caps
- The caps (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCapabilities() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.