com.esri.arcgis.geodatabase
Interface IWorkspaceReplicaDatasets

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWorkspaceReplicaDatasetsProxy, Workspace

public interface IWorkspaceReplicaDatasets
extends java.io.Serializable

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

Description: 'Provides access to members that return a list of replica datasets.' 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 IID95f9e91d_885b_4f0e_9873_d66f5409ee41
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumReplicaDataset getReplicaDatasetsByID(int replicaID)
          A list of datasets based on a replica ID.
 IEnumReplicaDataset getReplicaDatasetsByName(java.lang.String replicaName)
          A list of datasets based on a replica name.
 

Field Detail

IID95f9e91d_885b_4f0e_9873_d66f5409ee41

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

getReplicaDatasetsByName

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

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

getReplicaDatasetsByID

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

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