public interface IExtensionManagerAdmin
extends java.io.Serializable
Description: 'Provides access to members that give life to the extensions.' 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 |
IID262c00f9_114d_45f8_bc9d_a0dd208dc9e1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addExtension(IUID extensionCLSID,
java.lang.Object initializationData)
Creates a single extension given the CLSID, then passes initializationData to IExtension::Startup.
|
void |
shutdownExtensions()
Shuts down and releases the extensions that are loaded and calls IExtension::Shutdown.
|
void |
startupExtensions(IUID componentCategory,
IUID jitCategory,
java.lang.Object initializationData)
Creates and starts the extensions for the given component category, passing initializationData to each in IExtension::Startup.
|
static final int IID262c00f9_114d_45f8_bc9d_a0dd208dc9e1
static final int xxDummy
static final java.lang.String IID
void startupExtensions(IUID componentCategory, IUID jitCategory, java.lang.Object initializationData) throws java.io.IOException, AutomationException
componentCategory
- A reference to a com.esri.arcgis.system.IUID (in)jitCategory
- A reference to a com.esri.arcgis.system.IUID (in)initializationData
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void shutdownExtensions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addExtension(IUID extensionCLSID, java.lang.Object initializationData) throws java.io.IOException, AutomationException
extensionCLSID
- A reference to a com.esri.arcgis.system.IUID (in)initializationData
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.