|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAoInitialize
COM Interface 'IAoInitialize'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID9ab6a638_aca8_4820_830c_463ea11c8722
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IID9ab6a638_aca8_4820_830c_463ea11c8722
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||