public interface IAoInitialize
extends java.io.Serializable
Description: 'Provides access to members that initialize licensing for ArcGIS Desktop, Engine, and Server.' 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 |
IID9ab6a638_aca8_4820_830c_463ea11c8722 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
checkInExtension(int extensionCode)
Check in an extension.
|
int |
checkOutExtension(int extensionCode)
Check out an extension.
|
int |
initialize(int productCode)
This must be called before any other ArcObjects are created to initialize product Code.
|
int |
initializedProduct()
Retrieve's the product code at which the application has been initialized.
|
boolean |
isExtensionCheckedOut(int extensionCode)
Is the Extension checked out.
|
int |
isExtensionCodeAvailable(int productCode,
int extensionCode)
Check if the Product Code is available and then the Extension Code for that product.
|
int |
isProductCodeAvailable(int productCode)
Check if the Product Code is available.
|
void |
shutdown()
Shutdown method.
|
static final int IID9ab6a638_aca8_4820_830c_463ea11c8722
static final int xxDummy
static final java.lang.String IID
int isProductCodeAvailable(int productCode) throws java.io.IOException, AutomationException
productCode
- A com.esri.arcgis.system.esriLicenseProductCode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int isExtensionCodeAvailable(int productCode, int extensionCode) throws java.io.IOException, AutomationException
productCode
- A com.esri.arcgis.system.esriLicenseProductCode constant (in)extensionCode
- A com.esri.arcgis.system.esriLicenseExtensionCode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int initialize(int productCode) throws java.io.IOException, AutomationException
productCode
- A com.esri.arcgis.system.esriLicenseProductCode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int checkOutExtension(int extensionCode) throws java.io.IOException, AutomationException
extensionCode
- A com.esri.arcgis.system.esriLicenseExtensionCode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int checkInExtension(int extensionCode) throws java.io.IOException, AutomationException
extensionCode
- A com.esri.arcgis.system.esriLicenseExtensionCode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void shutdown() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int initializedProduct() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isExtensionCheckedOut(int extensionCode) throws java.io.IOException, AutomationException
extensionCode
- A com.esri.arcgis.system.esriLicenseExtensionCode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.