com.esri.arcgis.geodatabasedistributed
Interface esriReplicaMessageType

All Superinterfaces:
Serializable

public interface esriReplicaMessageType
extends Serializable

The replica message type.

Remarks

The esriReplicaMessageType enumeration contains values that represent different types of replica messages. The IReplicaMessageHandler::MessageType property uses the esriReplicaMessageType enumeration to indicate the type of message initialized with the ReplicaMessageHandler object.

The members of this enumeration are represented as follows:

Product Availability

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


Field Summary
static int esriReplicaMessageTypeAck
          An acknowledgement message.
static int esriReplicaMessageTypeDC
          A data change message.
static int esriReplicaMessageTypeDCWFD
          A data change message with instructions to switch roles.
 

Field Detail

esriReplicaMessageTypeDC

static final int esriReplicaMessageTypeDC
A data change message.

See Also:
Constant Field Values

esriReplicaMessageTypeAck

static final int esriReplicaMessageTypeAck
An acknowledgement message.

See Also:
Constant Field Values

esriReplicaMessageTypeDCWFD

static final int esriReplicaMessageTypeDCWFD
A data change message with instructions to switch roles.

See Also:
Constant Field Values