com.esri.arcgis.system
Interface IJITExtensionManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExtensionManager, IJITExtensionManagerProxy

public interface IJITExtensionManager
extends java.io.Serializable

COM Interface 'IJITExtensionManager'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0e3b4663_4ca5_4638_aa4a_7d89878209e5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID0e3b4663_4ca5_4638_aa4a_7d89878209e5

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

getJITExtensionCount

int getJITExtensionCount()
                         throws java.io.IOException,
                                AutomationException
The number of just in time extensions registered with the application.

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

getJITExtensionCLSID

IUID getJITExtensionCLSID(int index)
                          throws java.io.IOException,
                                 AutomationException
Retrieves the CLSID of the JIT Extension at index.

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

isLoaded

boolean isLoaded(IUID pID)
                 throws java.io.IOException,
                        AutomationException
Indicates whether the extension is currently loaded.

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

removeExtension

void removeExtension(IExtension pExtension)
                     throws java.io.IOException,
                            AutomationException
Removes a just in time extension from the manager.

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

insertExtension

void insertExtension(IUID pExtCLSID,
                     IExtension pExtension)
                     throws java.io.IOException,
                            AutomationException
Adds an extension to the manager without initialization.

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

isExtensionEnabled

boolean isExtensionEnabled(IUID pExtCLSID)
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the extension is currently checked on.

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