com.esri.arcgis.geodatabase
Interface IReplicaDataset

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IReplicaDataset2
All Known Implementing Classes:
IReplicaDataset2Proxy, IReplicaDatasetProxy, ReplicaDataset

public interface IReplicaDataset
extends java.io.Serializable

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

Description: 'Provides access to members that return the properties of a replica dataset.' 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 IID4e087148_2c4f_452f_bff0_88c67d3efb15
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getDatasetID()
          The ID of the dataset.
 java.lang.String getName()
          The name of the dataset.
 java.lang.String getParentDatabase()
          The name of the master geodatabase the dataset was checked out from.
 java.lang.String getParentOwner()
          The owner of the dataset in the master geodatabase.
 int getReplicaID()
          The ID of the replica associated with this dataset.
 int getType()
          The type of the dataset.
 

Field Detail

IID4e087148_2c4f_452f_bff0_88c67d3efb15

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the dataset.

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The type of the dataset.

Returns:
A com.esri.arcgis.geodatabase.esriDatasetType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDatasetID

int getDatasetID()
                 throws java.io.IOException,
                        AutomationException
The ID of the dataset.

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

getParentOwner

java.lang.String getParentOwner()
                                throws java.io.IOException,
                                       AutomationException
The owner of the dataset in the master geodatabase.

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

getParentDatabase

java.lang.String getParentDatabase()
                                   throws java.io.IOException,
                                          AutomationException
The name of the master geodatabase the dataset was checked out from.

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

getReplicaID

int getReplicaID()
                 throws java.io.IOException,
                        AutomationException
The ID of the replica associated with this dataset.

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