|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataChanges3
Provides access to members that get data changes from a check-out or replica.
The IDataChanges3 interface has properties to return the generation numbers and replica state of the replica which is the source of the data changes. This interface is only available on the ReplicaDataChanges coclass.
Method Summary | |
---|---|
void |
getGenerationNumbers(int[] sourceGenBegin,
int[] sourceGenEnd,
int[] targetGen)
Source and target generation numbers for replica. |
int |
getReplicaState()
The state of the replica that is the source of the data changes. |
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IDataChanges2 |
---|
getChangesModelType |
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IDataChanges |
---|
extract, getModifiedClassesInfo, getParentReplicaID, getParentWorkspaceName, getReplicaGuid |
Method Detail |
---|
void getGenerationNumbers(int[] sourceGenBegin, int[] sourceGenEnd, int[] targetGen) throws IOException, AutomationException
sourceGenBegin
- The sourceGenBegin (out: use single element array)sourceGenEnd
- The sourceGenEnd (out: use single element array)targetGen
- The targetGen (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getReplicaState() throws IOException, AutomationException
Returns the replica state which is the source of the data changes. The replica can be in a sending data state, sending acknowledgement state, or a waiting for data state. See the esriReplicaState 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 |