public interface IWorkspaceExtensionManager
extends java.io.Serializable
Description: 'Provides access to members that manage a workspace extension.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb2119283_0cd1_11d4_9fac_00c04f6bdf0c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IWorkspaceExtension |
findExtension(IUID gUID)
Finds the specified workspace extension by its globally unique id.
|
IWorkspaceExtension |
getExtension(int index)
The workspace extension at this index.
|
int |
getExtensionCount()
The number of workspace extensions.
|
void |
registerExtension(java.lang.String name,
IUID gUID)
Registers this workspace extension with the database making it required for successful connection to this database.
|
void |
unRegisterExtension(IUID gUID)
UnRegisters this workspace extension making it no longer required for successful connection to this database.
|
static final int IIDb2119283_0cd1_11d4_9fac_00c04f6bdf0c
static final int xxDummy
static final java.lang.String IID
IWorkspaceExtension findExtension(IUID gUID) throws java.io.IOException, AutomationException
gUID
- 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.IWorkspaceExtension 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(java.lang.String name, IUID gUID) throws java.io.IOException, AutomationException
name
- The name (in)gUID
- 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.void unRegisterExtension(IUID gUID) throws java.io.IOException, AutomationException
gUID
- 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.