com.esri.arcgis.geodatabase
Interface IReplica

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IReplica2, IReplica3
All Known Implementing Classes:
IReplica2Proxy, IReplica3Proxy, IReplicaProxy, Replica

public interface IReplica
extends java.io.Serializable

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

Description: 'Provides access to members that get information about a replica.' 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 IIDc475452c_72f3_4277_9fb7_fd8099665cec
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWorkspaceName getConnectionInfo()
          The WorkspaceName object for the master geodatabase.
 IReplicaDescription getDescription()
          The ReplicaDescription associated with the replica.
 java.lang.String getName()
          The name of the replica.
 java.lang.String getOwner()
          The database user that owns the replica in the workspace.
 int getParentID()
          The ID of the replica reference in the master geodatabase.
 IEnumReplicaDataset getReplicaDatasets()
          The replica datasets for this replica.
 double getReplicaDate()
          The date that the data was checked out.
 java.lang.String getReplicaGuid()
          The guid of the replica.
 int getReplicaID()
          The ID of the replica.
 int getReplicaRole()
          Determines if the workspace is the replica geodatabase or the master geodatabase for the replica.
 java.lang.String getVersion()
          The name of the replica version.
 

Field Detail

IIDc475452c_72f3_4277_9fb7_fd8099665cec

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

getReplicaID

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

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

getName

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

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

getOwner

java.lang.String getOwner()
                          throws java.io.IOException,
                                 AutomationException
The database user that owns the replica in the workspace.

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

getVersion

java.lang.String getVersion()
                            throws java.io.IOException,
                                   AutomationException
The name of the replica version.

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

getParentID

int getParentID()
                throws java.io.IOException,
                       AutomationException
The ID of the replica reference in the master geodatabase.

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

getReplicaDate

double getReplicaDate()
                      throws java.io.IOException,
                             AutomationException
The date that the data was checked out.

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

getReplicaGuid

java.lang.String getReplicaGuid()
                                throws java.io.IOException,
                                       AutomationException
The guid of the replica.

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

getDescription

IReplicaDescription getDescription()
                                   throws java.io.IOException,
                                          AutomationException
The ReplicaDescription associated with the replica.

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

getConnectionInfo

IWorkspaceName getConnectionInfo()
                                 throws java.io.IOException,
                                        AutomationException
The WorkspaceName object for the master geodatabase.

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

getReplicaRole

int getReplicaRole()
                   throws java.io.IOException,
                          AutomationException
Determines if the workspace is the replica geodatabase or the master geodatabase for the replica.

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

getReplicaDatasets

IEnumReplicaDataset getReplicaDatasets()
                                       throws java.io.IOException,
                                              AutomationException
The replica datasets for this replica.

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.