com.esri.arcgis.geodatabasedistributed
Interface IReplicaDataChangesInit2

All Superinterfaces:
IReplicaDataChangesInit, java.io.Serializable
All Known Implementing Classes:
ArchivingDataChanges, IReplicaDataChangesInit2Proxy, ReplicationDataChanges

public interface IReplicaDataChangesInit2
extends IReplicaDataChangesInit, java.io.Serializable

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

Description: 'Provides access to members that initialize a multi-generation Replica DataChanges object.' 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 IID92267ee9_0766_43ea_ba8b_7dfd5c8e8517
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IReplicaDataChangesInit
IIDe513366a_6fe2_42d4_ac95_40dec7122f57
 
Method Summary
 void init2(IReplica replica, IWorkspaceName checkoutWorkspace, int genOption)
          Initializes the class by using the replica, generation option and the replica workspace.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IReplicaDataChangesInit
init
 

Field Detail

IID92267ee9_0766_43ea_ba8b_7dfd5c8e8517

static final int IID92267ee9_0766_43ea_ba8b_7dfd5c8e8517
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

init2

void init2(IReplica replica,
           IWorkspaceName checkoutWorkspace,
           int genOption)
           throws java.io.IOException,
                  AutomationException
Initializes the class by using the replica, generation option and the replica workspace.

Parameters:
replica - A reference to a com.esri.arcgis.geodatabase.IReplica (in)
checkoutWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
genOption - A com.esri.arcgis.geodatabasedistributed.esriExportGenerationsOption constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.