com.esri.arcgis.controls
Interface ILicenseControlDefault

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILicenseControlDefaultProxy, LicenseControl

public interface ILicenseControlDefault
extends java.io.Serializable

COM Interface 'ILicenseControlDefault'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to members that control the LicenseControl.' 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 DISPID__552_NAME
           
static java.lang.String DISPID_1_GET_NAME
           
static java.lang.String DISPID_2_GET_NAME
           
static java.lang.String DISPID_3_GET_NAME
           
static java.lang.String DISPID_4_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IID60fcbb7b_c719_4d7a_a68c_a15e4d8805ae
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void aboutBox()
          Displays a dialog of information about the LicenseControl.
 java.lang.String getLicenseAvailability(int option)
          A Description of the availability of the licenses either all licenses or just those specified in the LicenseControls property page.
 int getStatus()
          The status of the LicenseControl initialization.
 java.lang.String getSummary()
          A summary of the status of the LicenseControl initialization.
 void showStatusDialog(int hWndParent, int option, java.lang.Object windowTitle, java.lang.Object heading)
          Shows a dialog displaying the LicenseControl status and the current license availability.
 

Field Detail

IID60fcbb7b_c719_4d7a_a68c_a15e4d8805ae

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

DISPID__552_NAME

static final java.lang.String DISPID__552_NAME
See Also:
Constant Field Values

DISPID_1_GET_NAME

static final java.lang.String DISPID_1_GET_NAME
See Also:
Constant Field Values

DISPID_2_GET_NAME

static final java.lang.String DISPID_2_GET_NAME
See Also:
Constant Field Values

DISPID_3_GET_NAME

static final java.lang.String DISPID_3_GET_NAME
See Also:
Constant Field Values

DISPID_4_NAME

static final java.lang.String DISPID_4_NAME
See Also:
Constant Field Values
Method Detail

aboutBox

void aboutBox()
              throws java.io.IOException,
                     AutomationException
Displays a dialog of information about the LicenseControl.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatus

int getStatus()
              throws java.io.IOException,
                     AutomationException
The status of the LicenseControl initialization.

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

getSummary

java.lang.String getSummary()
                            throws java.io.IOException,
                                   AutomationException
A summary of the status of the LicenseControl initialization.

Returns:
The returnValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLicenseAvailability

java.lang.String getLicenseAvailability(int option)
                                        throws java.io.IOException,
                                               AutomationException
A Description of the availability of the licenses either all licenses or just those specified in the LicenseControls property page.

Parameters:
option - A com.esri.arcgis.controls.esriLicenseStatusOptions constant (in, optional, pass 1 if not required)
Returns:
The returnValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showStatusDialog

void showStatusDialog(int hWndParent,
                      int option,
                      java.lang.Object windowTitle,
                      java.lang.Object heading)
                      throws java.io.IOException,
                             AutomationException
Shows a dialog displaying the LicenseControl status and the current license availability.

Parameters:
hWndParent - The hWndParent (in, optional, pass 0 if not required)
option - A com.esri.arcgis.controls.esriLicenseStatusOptions constant (in, optional, pass 1 if not required)
windowTitle - A Variant (in, optional, pass null if not required)
heading - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.