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