com.esri.arcgis.server
Interface esriServerInstallType

All Superinterfaces:
Serializable

public interface esriServerInstallType
extends Serializable

The server object configuration isolation level.

Product Availability

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


Field Summary
static int esriServerInstallTypeDotnet
           
static int esriServerInstallTypeJava
           
static int esriServerInstallTypeUnknown
           
 

Field Detail

esriServerInstallTypeJava

static final int esriServerInstallTypeJava
See Also:
Constant Field Values

esriServerInstallTypeDotnet

static final int esriServerInstallTypeDotnet
See Also:
Constant Field Values

esriServerInstallTypeUnknown

static final int esriServerInstallTypeUnknown
See Also:
Constant Field Values