com.esri.arcgis.geodatabase
Interface IPlugInLicense

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPlugInLicenseProxy

public interface IPlugInLicense
extends java.io.Serializable

COM Interface 'IPlugInLicense'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members for managing a licensed plug-in.' 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 IIDa08cf453_1acc_440d_9dae_5a110a0a94d2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addLicenseRef()
          Increases the count of things needing the license.
 void checkExtensionLicense()
          Checks if the license for the extension is enabled.
 void releaseLicenseRef()
          Decreases the count of things needing the license.
 

Field Detail

IIDa08cf453_1acc_440d_9dae_5a110a0a94d2

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

checkExtensionLicense

void checkExtensionLicense()
                           throws java.io.IOException,
                                  AutomationException
Checks if the license for the extension is enabled. Fails if not enabled.

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

addLicenseRef

void addLicenseRef()
                   throws java.io.IOException,
                          AutomationException
Increases the count of things needing the license.

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

releaseLicenseRef

void releaseLicenseRef()
                       throws java.io.IOException,
                              AutomationException
Decreases the count of things needing the license.

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