com.esri.arcgis.geodatabase
Interface IReplicaDescriptionExtensionManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IReplicaDescriptionExtensionManagerProxy, ReplicaDescription

public interface IReplicaDescriptionExtensionManager
extends java.io.Serializable

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

Description: 'Provides access to replica description extension manager.' 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 IID3f980b98_eb3d_4a29_82ae_a2475701048d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int findExtension(IUID pGuid)
          Finds the specified description extension by its globally unique id.
 IReplicaDescriptionExtension getExtension(int index)
          The replica description extension at this index.
 int getExtensionCount()
          The number of replica description extensions.
 void registerExtension(IReplicaDescriptionExtension rdExtension)
          Registers this description extension.
 void unRegisterExtension(IUID pGuid)
          UnRegisters this replica description.
 

Field Detail

IID3f980b98_eb3d_4a29_82ae_a2475701048d

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

findExtension

int findExtension(IUID pGuid)
                  throws java.io.IOException,
                         AutomationException
Finds the specified description extension by its globally unique id.

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

getExtensionCount

int getExtensionCount()
                      throws java.io.IOException,
                             AutomationException
The number of replica description extensions.

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

getExtension

IReplicaDescriptionExtension getExtension(int index)
                                          throws java.io.IOException,
                                                 AutomationException
The replica description extension at this index.

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

registerExtension

void registerExtension(IReplicaDescriptionExtension rdExtension)
                       throws java.io.IOException,
                              AutomationException
Registers this description extension.

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

unRegisterExtension

void unRegisterExtension(IUID pGuid)
                         throws java.io.IOException,
                                AutomationException
UnRegisters this replica description.

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