public interface IServerConnection
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
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Used internally by J-Integra, please ignore
|
static int |
IID425b0a5b_bf1b_4f0e_9e75_37324a12e5f9 |
static int |
xxDummy
Dummy reference to interface proxy to make sure it gets compiled
|
Modifier and Type | Method and Description |
---|---|
void |
connect(java.lang.String machineName)
connect.
|
IServerObjectAdmin |
getServerObjectAdmin()
getServerObjectAdmin.
|
IServerObjectManager |
getServerObjectManager()
getServerObjectManager.
|
static final int IID425b0a5b_bf1b_4f0e_9e75_37324a12e5f9
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 communications problems.AutomationException
- If the remote server throws an exception.IServerObjectManager getServerObjectManager() throws java.io.IOException, AutomationException
java.io.IOException
- If there are communications problems.AutomationException
- If the remote server throws an exception.IServerObjectAdmin getServerObjectAdmin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are communications problems.AutomationException
- If the remote server throws an exception.