com.esri.arcgis.trackinganalyst
Interface enumConnectionStatus

All Superinterfaces:
Serializable

public interface enumConnectionStatus
extends Serializable

Indicates status of the Tracking Server connection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


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