com.esri.arcgis.system
Interface IServerEnvironment3

All Superinterfaces:
IServerEnvironment, IServerEnvironment2, Serializable

public interface IServerEnvironment3
extends IServerEnvironment2, Serializable

Provides access to Server configuration information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

isRunningAsEngine

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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