com.esri.arcgis.server
Interface IServer2

All Superinterfaces:
IServer, java.io.Serializable
All Known Implementing Classes:
IServer2Proxy, Server

public interface IServer2
extends IServer, java.io.Serializable

COM Interface 'IServer2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0741d66c_c157_4b4d_af5e_c74c68ba8386
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServer
IID425b0a5b_bf1b_4f0e_9e75_37324a12e5f9
 
Method Summary
 IServerObjectManager getServerObjectManager2(java.lang.String userInfo)
          Gets the server objcet manager of the connected ArcGIS server for the user specified by userInfo.
 
Methods inherited from interface com.esri.arcgis.server.IServer
getServerObjectAdmin, getServerObjectManager
 

Field Detail

IID0741d66c_c157_4b4d_af5e_c74c68ba8386

static final int IID0741d66c_c157_4b4d_af5e_c74c68ba8386
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getServerObjectManager2

IServerObjectManager getServerObjectManager2(java.lang.String userInfo)
                                             throws java.io.IOException,
                                                    AutomationException
Gets the server objcet manager of the connected ArcGIS server for the user specified by userInfo.

Parameters:
userInfo - The userInfo (in)
Returns:
A reference to a com.esri.arcgis.server.IServerObjectManager
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.