com.esri.arcgis.system
Interface esriLicenseStatus

All Superinterfaces:
java.io.Serializable

public interface esriLicenseStatus
extends java.io.Serializable

Constants from esriLicenseStatus' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Esri License Status Codes.' 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 int esriLicenseAlreadyInitialized
          The Product license has already been initialized.
static int esriLicenseAvailable
          The Product/Extension is licensed and available.
static int esriLicenseCheckedIn
          The Product/Extension has been checked in successfully.
static int esriLicenseCheckedOut
          The Product/Extension has been checked out successfully.
static int esriLicenseFailure
          There has been a licensing Failure.
static int esriLicenseNotInitialized
          The Product license has not been initialized.
static int esriLicenseNotLicensed
          This Product/Extension is not licensed.
static int esriLicenseUnavailable
          The Product/Extension is licensed but unavailable.
static int esriLicenseUntrusted
          The Product/Extension license is untrusted and needs to be repaired.
 

Field Detail

esriLicenseAvailable

static final int esriLicenseAvailable
The Product/Extension is licensed and available.

See Also:
Constant Field Values

esriLicenseNotLicensed

static final int esriLicenseNotLicensed
This Product/Extension is not licensed.

See Also:
Constant Field Values

esriLicenseUnavailable

static final int esriLicenseUnavailable
The Product/Extension is licensed but unavailable.

See Also:
Constant Field Values

esriLicenseFailure

static final int esriLicenseFailure
There has been a licensing Failure.

See Also:
Constant Field Values

esriLicenseAlreadyInitialized

static final int esriLicenseAlreadyInitialized
The Product license has already been initialized. Initialization can only be performed once.

See Also:
Constant Field Values

esriLicenseNotInitialized

static final int esriLicenseNotInitialized
The Product license has not been initialized.

See Also:
Constant Field Values

esriLicenseCheckedOut

static final int esriLicenseCheckedOut
The Product/Extension has been checked out successfully.

See Also:
Constant Field Values

esriLicenseCheckedIn

static final int esriLicenseCheckedIn
The Product/Extension has been checked in successfully.

See Also:
Constant Field Values

esriLicenseUntrusted

static final int esriLicenseUntrusted
The Product/Extension license is untrusted and needs to be repaired.

See Also:
Constant Field Values