|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.controls.LicenseControl
public class LicenseControl
COM Class 'LicenseControl'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description 'Esri 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 |
---|
Fields inherited from interface com.esri.arcgis.controls.ILicenseControlDefault |
---|
DISPID__552_NAME, DISPID_1_GET_NAME, DISPID_2_GET_NAME, DISPID_3_GET_NAME, DISPID_4_NAME, IID, IID60fcbb7b_c719_4d7a_a68c_a15e4d8805ae, xxDummy |
Fields inherited from interface com.esri.arcgis.controls.ILicenseControl |
---|
DISPID__552_NAME, DISPID_1_GET_NAME, DISPID_2_GET_NAME, DISPID_3_GET_NAME, DISPID_4_NAME, IID, IID81060951_889e_4152_9cec_db6fcb2e7474, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IPersistStreamInit |
---|
IID, IID7fd52380_4e07_101b_ae2d_08002b2ec713, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersist |
---|
IID0000010c_0000_0000_c000_000000000046 |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
LicenseControl()
Constructs a LicenseControl using ArcGIS Engine. |
|
LicenseControl(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LicenseControl theLicenseControl = (LicenseControl) obj; |
Method Summary | |
---|---|
void |
aboutBox()
Displays a dialog of information about the LicenseControl. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
void |
getSizeMax(_ULARGE_INTEGER[] pCbSize)
getSizeMax |
int |
getStatus()
The status of the LicenseControl initialization. |
java.lang.String |
getSummary()
A summary of the status of the LicenseControl initialization. |
int |
hashCode()
the hashcode for this object |
void |
initNew()
initNew |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
isDirty()
isDirty |
void |
load(IStream pStm)
load |
void |
release()
Release a LicenseControl. |
void |
save(IStream pStm,
int fClearDirty)
save |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LicenseControl() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic LicenseControl(java.lang.Object obj) throws java.io.IOException
LicenseControl theLicenseControl = (LicenseControl) obj;
obj
to LicenseControl
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void aboutBox() throws java.io.IOException, AutomationException
aboutBox
in interface ILicenseControl
aboutBox
in interface ILicenseControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStatus() throws java.io.IOException, AutomationException
getStatus
in interface ILicenseControl
getStatus
in interface ILicenseControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSummary() throws java.io.IOException, AutomationException
getSummary
in interface ILicenseControl
getSummary
in interface ILicenseControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLicenseAvailability(int option) throws java.io.IOException, AutomationException
getLicenseAvailability
in interface ILicenseControl
getLicenseAvailability
in interface ILicenseControlDefault
option
- A com.esri.arcgis.controls.esriLicenseStatusOptions constant (in, optional, pass 1 if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void showStatusDialog(int hWndParent, int option, java.lang.Object windowTitle, java.lang.Object heading) throws java.io.IOException, AutomationException
showStatusDialog
in interface ILicenseControl
showStatusDialog
in interface ILicenseControlDefault
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws java.io.IOException, AutomationException
isDirty
in interface IPersistStreamInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pStm) throws java.io.IOException, AutomationException
load
in interface IPersistStreamInit
pStm
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pStm, int fClearDirty) throws java.io.IOException, AutomationException
save
in interface IPersistStreamInit
pStm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pCbSize) throws java.io.IOException, AutomationException
getSizeMax
in interface IPersistStreamInit
pCbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initNew() throws java.io.IOException, AutomationException
initNew
in interface IPersistStreamInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws java.io.IOException, AutomationException
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.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 |