com.esri.arcgis.server
Interface esriMachineStatus

All Superinterfaces:
java.io.Serializable

public interface esriMachineStatus
extends java.io.Serializable

Constants from esriMachineStatus' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'The server machine status.' 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 int esriMSStopped
          The server machine is stopped.
static int esriMStarted
          The server machine is started.
 

Field Detail

esriMStarted

static final int esriMStarted
The server machine is started.

See Also:
Constant Field Values

esriMSStopped

static final int esriMSStopped
The server machine is stopped.

See Also:
Constant Field Values