com.esri.arcgis.geodatabase
Interface IWorkspaceReplicas

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IWorkspaceReplicas2
All Known Implementing Classes:
IWorkspaceReplicas2Proxy, IWorkspaceReplicasProxy, Workspace

public interface IWorkspaceReplicas
extends java.io.Serializable

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

Description: 'Provides access to members that return objects containing information about replicas.' 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 IIDd7463e40_9508_4b36_8728_29524d897fff
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IReplica getReplicaByGuid(java.lang.String replicaGuid)
          The replica or reference to a replica with the specified ID.
 IReplica getReplicaByID(int replicaID)
          The replica or reference to a replica with the specified ID.
 IReplica getReplicaByName(java.lang.String replicaName)
          The replica or reference to a replica with the specified name.
 IEnumReplica getReplicas()
          Replicas contained by or refernced by this workspace.
 void refreshReplicas()
          Re-reads the list of replicas from the database.
 

Field Detail

IIDd7463e40_9508_4b36_8728_29524d897fff

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

getReplicas

IEnumReplica getReplicas()
                         throws java.io.IOException,
                                AutomationException
Replicas contained by or refernced by this workspace.

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

getReplicaByName

IReplica getReplicaByName(java.lang.String replicaName)
                          throws java.io.IOException,
                                 AutomationException
The replica or reference to a replica with the specified name.

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

getReplicaByID

IReplica getReplicaByID(int replicaID)
                        throws java.io.IOException,
                               AutomationException
The replica or reference to a replica with the specified ID.

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

getReplicaByGuid

IReplica getReplicaByGuid(java.lang.String replicaGuid)
                          throws java.io.IOException,
                                 AutomationException
The replica or reference to a replica with the specified ID.

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

refreshReplicas

void refreshReplicas()
                     throws java.io.IOException,
                            AutomationException
Re-reads the list of replicas from the database.

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