public interface IJITExtensionManager
extends java.io.Serializable
Description: 'Provides access to the Just In Time 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID0e3b4663_4ca5_4638_aa4a_7d89878209e5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IUID |
getJITExtensionCLSID(int index)
Retrieves the CLSID of the JIT Extension at index.
|
int |
getJITExtensionCount()
The number of just in time extensions registered with the application.
|
void |
insertExtension(IUID pExtCLSID,
IExtension pExtension)
Adds an extension to the manager without initialization.
|
boolean |
isExtensionEnabled(IUID pExtCLSID)
Indicates whether the extension is currently checked on.
|
boolean |
isLoaded(IUID pID)
Indicates whether the extension is currently loaded.
|
void |
removeExtension(IExtension pExtension)
Removes a just in time extension from the manager.
|
static final int IID0e3b4663_4ca5_4638_aa4a_7d89878209e5
static final int xxDummy
static final java.lang.String IID
int getJITExtensionCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUID getJITExtensionCLSID(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.boolean isLoaded(IUID pID) throws java.io.IOException, AutomationException
pID
- 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 removeExtension(IExtension pExtension) throws java.io.IOException, AutomationException
pExtension
- A reference to a com.esri.arcgis.system.IExtension (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void insertExtension(IUID pExtCLSID, IExtension pExtension) throws java.io.IOException, AutomationException
pExtCLSID
- A reference to a com.esri.arcgis.system.IUID (in)pExtension
- A reference to a com.esri.arcgis.system.IExtension (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isExtensionEnabled(IUID pExtCLSID) throws java.io.IOException, AutomationException
pExtCLSID
- 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.