public interface IAGSServerConnectionAdmin
extends java.io.Serializable
Description: 'Provides access to the server object manager, server object admin and server object configurations for the GIS server.' 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 |
IID2609d396_4c06_4c35_9ae3_df690ed88506 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IServerObjectAdmin |
getServerObjectAdmin()
The server object admin for the connected GIS server.
|
IServerObjectConfiguration |
getServerObjectConfiguration(java.lang.String name,
java.lang.String type)
The server object configuration with the specified Name and TypeName.
|
IServerObjectManager |
getServerObjectManager()
The server object manager for the connected GIS server.
|
static final int IID2609d396_4c06_4c35_9ae3_df690ed88506
static final int xxDummy
static final java.lang.String IID
IServerObjectManager getServerObjectManager() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IServerObjectAdmin getServerObjectAdmin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IServerObjectConfiguration getServerObjectConfiguration(java.lang.String name, java.lang.String type) throws java.io.IOException, AutomationException
name
- The name (in)type
- The type (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.