|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDeltaDataChanges2
Provides access to members that identify a data changes object based on a delta container.
This interface can be used to identify the replica message type of a data changes object.
| 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 |
|---|
int getReplicaMessageType()
throws IOException,
AutomationException
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.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||