com.esri.arcgis.geodatabasedistributed
Interface IDeltaDataChanges2

All Superinterfaces:
IDeltaDataChanges, Serializable
All Known Implementing Classes:
DeltaDataChanges

public interface IDeltaDataChanges2
extends IDeltaDataChanges, Serializable

Provides access to members that identify a data changes object based on a delta container.

Remarks

This interface can be used to identify the replica message type of a data changes object.

Product Availability

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


Method Summary
 int getReplicaMessageType()
          Identifies the replica message type of the data changes object.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IDeltaDataChanges
getContainer
 

Method Detail

getReplicaMessageType

int getReplicaMessageType()
                          throws IOException,
                                 AutomationException
Identifies the replica message type of the data changes object.

Remarks

This property identifies the replica message type of the data changes object and returns a value of the esriReplicaMessageType enumeration.

A data change message that includes instructions to switch roles returns esriReplicaMessageTypeDCWFD. A data changes message that doesn't include instructions to switch roles returns esriReplicaMessageTypeDC. An acknowledgement message returns esriReplicaTypeAck. See the esriReplicaMessageType enumeration for more information.

Product Availability

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

Returns:
A com.esri.arcgis.geodatabasedistributed.esriReplicaMessageType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.