com.esri.arcgis.geodatabase
Interface IReplicaDescription4

All Superinterfaces:
IReplicaDescription, IReplicaDescription2, IReplicaDescription3, Serializable
All Known Implementing Classes:
ReplicaDescription

public interface IReplicaDescription4
extends IReplicaDescription3, Serializable

Provides access to members which set and return the properties of a ReplicaDescription object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IEnumNameMapping getReplicaEnumNameMapping()
          Set the replicated object target name.
 boolean isUseArchiving()
          Gets the Replica UseArchiving Option.
 void setUseArchiving(boolean useArchiving)
          Gets the Replica UseArchiving Option.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription3
getAccessType, setAccessType
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription2
findRelationshipClassInfo, findRelationshipClassInfoByName, findTable2, getRelationshipClassesInfo, isFetchRelatedObjects
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription
addDatasetNames, findTable, getDatasetNames, getReplicaModelType, getTableName, getTableNameCount, init, isPrivateTable, isTableExcluded, setIsPrivateTable, setReplicaModelType, setTableExcluded
 

Method Detail

setUseArchiving

void setUseArchiving(boolean useArchiving)
                     throws IOException,
                            AutomationException
Gets the Replica UseArchiving Option.

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.

isUseArchiving

boolean isUseArchiving()
                       throws IOException,
                              AutomationException
Gets the Replica UseArchiving Option.

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.

getReplicaEnumNameMapping

IEnumNameMapping getReplicaEnumNameMapping()
                                           throws IOException,
                                                  AutomationException
Set the replicated object target name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.