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:
- esriReplicaStateSendingData = 1 - The replica is in the Sending Data state.
- esriReplicaStateWaitingForData = 2 - The replica is in the Waiting for Data state.
- esriReplicaStateSendingAcknowledgement = 4 - The replica is in Sending Acknowledgement state.
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