com.esri.arcgis.system
Interface IServerEnvironment2

All Superinterfaces:
IServerEnvironment, java.io.Serializable
All Known Subinterfaces:
IServerEnvironment3
All Known Implementing Classes:
IServerEnvironment2Proxy, IServerEnvironment3Proxy

public interface IServerEnvironment2
extends IServerEnvironment, java.io.Serializable

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

Description: 'Provides access to Server configuration information.' 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 IID8037ee78_6197_4b8e_8f8b_52c744e42a31
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.IServerEnvironment
IID32d4c328_e473_4615_922c_63c108f55e60
 
Method Summary
 IServerUserInfo getUserInfo()
          Retrieves information about current user.
 
Methods inherited from interface com.esri.arcgis.system.IServerEnvironment
getCurrentJobID, getJobDirectory, getJobTracker, getLog, getProperties
 

Field Detail

IID8037ee78_6197_4b8e_8f8b_52c744e42a31

static final int IID8037ee78_6197_4b8e_8f8b_52c744e42a31
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

getUserInfo

IServerUserInfo getUserInfo()
                            throws java.io.IOException,
                                   AutomationException
Retrieves information about current user.

Returns:
A reference to a com.esri.arcgis.system.IServerUserInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.