public interface IGISServerConnection
extends java.io.Serializable
Description: 'Provides access to members that connect to a 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 |
IIDe3105184_0aad_4706_9269_dcb5ff52036d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
connect(java.lang.String machineName)
Connects to the GIS server specified by the machineName.
|
IServerObjectAdmin |
getServerObjectAdmin()
The server object admin for the connected GIS server.
|
IServerObjectManager |
getServerObjectManager()
The server object manager for the connected GIS server.
|
static final int IIDe3105184_0aad_4706_9269_dcb5ff52036d
static final int xxDummy
static final java.lang.String IID
void connect(java.lang.String machineName) throws java.io.IOException, AutomationException
machineName
- The machineName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.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.