com.esri.arcgis.geodatabase
Interface IReplica3

All Superinterfaces:
IReplica, IReplica2, java.io.Serializable
All Known Implementing Classes:
IReplica3Proxy, Replica

public interface IReplica3
extends IReplica2, java.io.Serializable

COM Interface 'IReplica3'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that get information about a 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 IIDa3213932_009d_4a49_ae5e_945f32e079f2
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IReplica2
IID3b29c4b9_4989_4871_8006_57dcc67f59d9
 
Fields inherited from interface com.esri.arcgis.geodatabase.IReplica
IIDc475452c_72f3_4277_9fb7_fd8099665cec
 
Method Summary
 boolean isUseArchiving()
          Use archiving instead of versions to track replica changes.
 void setUseArchiving(boolean useArchiving)
          Use archiving instead of versions to track replica changes.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplica2
getAccessType, getAllReplicaDatasets, getLog, getMyGenerationNumber, getReconcilePolicyType, getReplicaReceivingVersion, getReplicaState, getSibConnectionString, getSibGenerationNumber, getSibMyGenNumber, init2, isHasConflicts
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplica
getConnectionInfo, getDescription, getName, getOwner, getParentID, getReplicaDatasets, getReplicaDate, getReplicaGuid, getReplicaID, getReplicaRole, getVersion
 

Field Detail

IIDa3213932_009d_4a49_ae5e_945f32e079f2

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

isUseArchiving

boolean isUseArchiving()
                       throws java.io.IOException,
                              AutomationException
Use archiving instead of versions to track replica changes.

Returns:
The useArchiving
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseArchiving

void setUseArchiving(boolean useArchiving)
                     throws java.io.IOException,
                            AutomationException
Use archiving instead of versions to track replica changes.

Parameters:
useArchiving - The useArchiving (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.