com.esri.arcgis.server
Interface IServerMachineEnvironment

All Superinterfaces:
Serializable

public interface IServerMachineEnvironment
extends Serializable

Product Availability

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


Method Summary
 String getEnvVariable(String name)
          getEnvVariable
 

Method Detail

getEnvVariable

String getEnvVariable(String name)
                      throws IOException,
                             AutomationException
getEnvVariable

Product Availability

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

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