com.esri.arcgis.system
Interface IESRILicenseInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ESRILicenseInfo, IESRILicenseInfoProxy

public interface IESRILicenseInfo
extends java.io.Serializable

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

Description: 'Provides access to members that check software licenses.' 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 IIDfcf1e388_5c7e_4bf3_af4b_155d93f8297f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getDefaultProduct()
          Indicates the product code that will be used on the current machine.
 boolean isLicensed(int productCode)
          Indicates if the specified product is licensed.
 

Field Detail

IIDfcf1e388_5c7e_4bf3_af4b_155d93f8297f

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

getDefaultProduct

int getDefaultProduct()
                      throws java.io.IOException,
                             AutomationException
Indicates the product code that will be used on the current machine.

Returns:
A com.esri.arcgis.system.esriProductCode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLicensed

boolean isLicensed(int productCode)
                   throws java.io.IOException,
                          AutomationException
Indicates if the specified product is licensed.

Parameters:
productCode - A com.esri.arcgis.system.esriProductCode constant (in)
Returns:
The licensed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.