com.esri.arcgis.geodatabase
Interface IWorkspaceReplicasAdmin

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IWorkspaceReplicasAdmin2, IWorkspaceReplicasAdmin3
All Known Implementing Classes:
IWorkspaceReplicasAdmin2Proxy, IWorkspaceReplicasAdmin3Proxy, IWorkspaceReplicasAdminProxy, Workspace

public interface IWorkspaceReplicasAdmin
extends java.io.Serializable

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

Description: 'Provides access to members that modify 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 IID72ad4bea_a562_4c4a_a264_14fc6234b187
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void alterReplica(IReplica replica)
          Updates replica information.
 int registerReplica(IReplica replica)
          Creates new replica information.
 void unregisterReplica(IReplica replica, boolean removeCOVersion)
          Removes replica information.
 

Field Detail

IID72ad4bea_a562_4c4a_a264_14fc6234b187

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

alterReplica

void alterReplica(IReplica replica)
                  throws java.io.IOException,
                         AutomationException
Updates replica information.

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

registerReplica

int registerReplica(IReplica replica)
                    throws java.io.IOException,
                           AutomationException
Creates new replica information.

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

unregisterReplica

void unregisterReplica(IReplica replica,
                       boolean removeCOVersion)
                       throws java.io.IOException,
                              AutomationException
Removes replica information.

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