public interface IServer2 extends IServer, 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 |
IID0741d66c_c157_4b4d_af5e_c74c68ba8386 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID425b0a5b_bf1b_4f0e_9e75_37324a12e5f9
Modifier and Type | Method and Description |
---|---|
IServerObjectManager |
getServerObjectManager2(java.lang.String userInfo)
Gets the server objcet manager of the connected ArcGIS server for the user specified by userInfo.
|
getServerObjectAdmin, getServerObjectManager
static final int IID0741d66c_c157_4b4d_af5e_c74c68ba8386
static final int xxDummy
static final java.lang.String IID
IServerObjectManager getServerObjectManager2(java.lang.String userInfo) throws java.io.IOException, AutomationException
userInfo
- The userInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.