com.esri.arcgis.geodatabase
Interface esriReplicaState

All Superinterfaces:
java.io.Serializable

public interface esriReplicaState
extends java.io.Serializable

Replica state.

Product Availability

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

Remarks

The esriReplicaState enumerations contains values which represent the replica state.  The IGPReplica::ReplicaState property uses the esriReplicaState enumeration to indicate the current state of the replica.  The replica state may also be retrieved from the IReplica::ReplicaState property.  See the GPReplica and Replica coclasses for more information.

The members of this enumeration are represented as follows:


Field Summary
static int esriReplicaStateSendingAcknowledgment
           
static int esriReplicaStateSendingData
           
static int esriReplicaStateWaitingForData
           
 

Field Detail

esriReplicaStateSendingData

public static final int esriReplicaStateSendingData
See Also:
Constant Field Values

esriReplicaStateWaitingForData

public static final int esriReplicaStateWaitingForData
See Also:
Constant Field Values

esriReplicaStateSendingAcknowledgment

public static final int esriReplicaStateSendingAcknowledgment
See Also:
Constant Field Values