com.esri.arcgis.geodatabasedistributed
Interface IDataChanges3

All Superinterfaces:
IDataChanges, IDataChanges2, java.io.Serializable
All Known Implementing Classes:
ArchivingDataChanges, IDataChanges3Proxy, ReplicationDataChanges

public interface IDataChanges3
extends IDataChanges2, java.io.Serializable

COM Interface 'IDataChanges3'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Provides access to members that get data changes from a check-out or replica.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa289bd00_e42e_4820_9af0_c9bc64f707a8
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IDataChanges2
IID5f8f332e_316d_4fc0_9454_b2628cb9d546
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IDataChanges
IIDe0951743_0d52_42ff_ab5e_32d07b5b8951
 
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
 

Field Detail

IIDa289bd00_e42e_4820_9af0_c9bc64f707a8

static final int IIDa289bd00_e42e_4820_9af0_c9bc64f707a8
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getGenerationNumbers

void getGenerationNumbers(int[] sourceGenBegin,
                          int[] sourceGenEnd,
                          int[] targetGen)
                          throws java.io.IOException,
                                 AutomationException
Source and target generation numbers for replica.

Parameters:
sourceGenBegin - The sourceGenBegin (out: use single element array)
sourceGenEnd - The sourceGenEnd (out: use single element array)
targetGen - The targetGen (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReplicaState

int getReplicaState()
                    throws java.io.IOException,
                           AutomationException
The state of the replica that is the source of the data changes.

Returns:
A com.esri.arcgis.geodatabase.esriReplicaState constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.