com.esri.arcgis.system
Interface esriLicenseStatus

All Superinterfaces:
Serializable

public interface esriLicenseStatus
extends Serializable

ESRI License Status Codes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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.
 

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