|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReplicaDescriptionExtensionManager
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 |
|---|
static final int IID3f980b98_eb3d_4a29_82ae_a2475701048d
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int findExtension(IUID pGuid)
throws java.io.IOException,
AutomationException
pGuid - A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getExtensionCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IReplicaDescriptionExtension getExtension(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void registerExtension(IReplicaDescriptionExtension rdExtension)
throws java.io.IOException,
AutomationException
rdExtension - A reference to a com.esri.arcgis.geodatabase.IReplicaDescriptionExtension (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void unRegisterExtension(IUID pGuid)
throws java.io.IOException,
AutomationException
pGuid - A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||