com.esri.arcgis.geodatabase
Interface IReplica3
- All Superinterfaces:
- IReplica, IReplica2, Serializable
- All Known Implementing Classes:
- IReplica3Proxy, Replica
public interface IReplica3
- extends IReplica2, Serializable
Provides access to members that get information about a replica.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
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 |
isUseArchiving
boolean isUseArchiving()
throws IOException,
AutomationException
- Use archiving instead of versions to track replica changes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- The useArchiving
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
setUseArchiving
void setUseArchiving(boolean useArchiving)
throws IOException,
AutomationException
- Use archiving instead of versions to track replica changes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
useArchiving
- The useArchiving (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.