com.esri.arcgis.trackinganalyst
Interface enumConnectionStatus

All Superinterfaces:
java.io.Serializable

public interface enumConnectionStatus
extends java.io.Serializable

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

Description: 'Indicates status of the Tracking Server connection.' 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 CONNECTED
          The service is connected to the Tracking Server.
static int DISABLED
          The connection to Tracking Server is disabled.
static int DISCONNECTED
          The service is disconnected from the Tracking Server.
static int DISCONNECTING
          The service is disconnecting from the Tracking Server.
static int UNCONNECTED
          The service is not connected to the Tracking Server.
 

Field Detail

UNCONNECTED

static final int UNCONNECTED
The service is not connected to the Tracking Server.

See Also:
Constant Field Values

CONNECTED

static final int CONNECTED
The service is connected to the Tracking Server.

See Also:
Constant Field Values

DISCONNECTED

static final int DISCONNECTED
The service is disconnected from the Tracking Server.

See Also:
Constant Field Values

DISABLED

static final int DISABLED
The connection to Tracking Server is disabled.

See Also:
Constant Field Values

DISCONNECTING

static final int DISCONNECTING
The service is disconnecting from the Tracking Server.

See Also:
Constant Field Values