com.esri.arcgis.geodatabase
Interface IWorkspaceReplicaDatasets

All Superinterfaces:
Serializable
All Known Implementing Classes:
IWorkspaceReplicaDatasetsProxy, Workspace

public interface IWorkspaceReplicaDatasets
extends Serializable

Provides access to members that return a list of replica datasets.

Remarks

If the geodatabase has been involved in a check-out, this interface has methods to return information about the datasets in the check-out. The interface can be used with either master or check-out geodatabases.

Product Availability

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

See Also:
IWorkspaceReplicas, IWorkspaceReplicasAdmin, IWorkspaceReplicaDatasets

Method Summary
 IEnumReplicaDataset getReplicaDatasetsByID(int replicaID)
          A list of datasets based on a replica ID.
 IEnumReplicaDataset getReplicaDatasetsByName(String replicaName)
          A list of datasets based on a replica name.
 

Method Detail

getReplicaDatasetsByName

IEnumReplicaDataset getReplicaDatasetsByName(String replicaName)
                                             throws IOException,
                                                    AutomationException
A list of datasets based on a replica name.

Product Availability

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

Parameters:
replicaName - The replicaName (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumReplicaDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReplicaDatasetsByID

IEnumReplicaDataset getReplicaDatasetsByID(int replicaID)
                                           throws IOException,
                                                  AutomationException
A list of datasets based on a replica ID.

Product Availability

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

Parameters:
replicaID - The replicaID (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumReplicaDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.