com.esri.arcgis.system
Interface IServerEnvironment3

All Superinterfaces:
IServerEnvironment, IServerEnvironment2, java.io.Serializable
All Known Implementing Classes:
IServerEnvironment3Proxy

public interface IServerEnvironment3
extends IServerEnvironment2, java.io.Serializable

COM Interface 'IServerEnvironment3'. 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 IID9940e0cd_d279_468a_b0ea_c546da5c3d0c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.IServerEnvironment2
IID8037ee78_6197_4b8e_8f8b_52c744e42a31
 
Fields inherited from interface com.esri.arcgis.system.IServerEnvironment
IID32d4c328_e473_4615_922c_63c108f55e60
 
Method Summary
 boolean isRunningAsEngine()
          Indicates if server configuration is running as engine.
 
Methods inherited from interface com.esri.arcgis.system.IServerEnvironment2
getUserInfo
 
Methods inherited from interface com.esri.arcgis.system.IServerEnvironment
getCurrentJobID, getJobDirectory, getJobTracker, getLog, getProperties
 

Field Detail

IID9940e0cd_d279_468a_b0ea_c546da5c3d0c

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

isRunningAsEngine

boolean isRunningAsEngine()
                          throws java.io.IOException,
                                 AutomationException
Indicates if server configuration is running as engine.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.