|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILicenseInformation
Provides access to retrieve the name for license product code.
Provides methods to return the names of license extension and product code constants.
Method Summary | |
---|---|
String |
getLicenseExtensionName(int extensionCode)
Retrieve the name license extension code. |
String |
getLicenseProductName(int productCode)
Retrieve the name license product code. |
ILicenseInfoEnum |
getProductExtensions(int productCode)
Enumerate the extensions supported the product. |
Method Detail |
---|
String getLicenseProductName(int productCode) throws IOException, AutomationException
Returns the name of the specified license product code constant.
productCode
- A com.esri.arcgis.system.esriLicenseProductCode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLicenseExtensionName(int extensionCode) throws IOException, AutomationException
Returns the name of the specified license extension code constant.
extensionCode
- A com.esri.arcgis.system.esriLicenseExtensionCode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILicenseInfoEnum getProductExtensions(int productCode) throws IOException, AutomationException
Returns an ILicenseInfoEnum collection of license extension codes supported by the specified license product code. Note that all supported extension codes are returned and not just the ones available on the current license server.
productCode
- A com.esri.arcgis.system.esriLicenseProductCode constant (in)
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 |