public class IDataLicenseInfoProxy extends com.esri.arcgis.interop.Dispatch implements IDataLicenseInfo, java.io.Serializable
Description: 'Provides access to data license information.' 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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID37474491_1c04_4669_99b5_825cf67294c5
Modifier | Constructor and Description |
---|---|
|
IDataLicenseInfoProxy()
For internal use only
|
|
IDataLicenseInfoProxy(java.lang.Object obj) |
protected |
IDataLicenseInfoProxy(java.lang.Object obj,
java.lang.String iid) |
|
IDataLicenseInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IDataLicenseInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.String |
getApplicationName(int nIdx)
Name of licensed applications.
|
int |
getApplicationsCount()
Number of licensed applications.
|
int |
getAttrCroupsCount()
Number of attribute groups.
|
java.lang.String |
getAttrGroupName(int nIdx)
Name of attribute group.
|
int |
getAvailableConnections()
Available connections.
|
java.lang.String |
getDataProductName()
Name of data product.
|
java.lang.Object |
getExpiration()
Expiration date.
|
int |
getGeographiesCount()
Number of geographies divisions
|
java.lang.String |
getGeographyName(int nIdx)
Name of geographies divisions.
|
int |
getLayerCroupsCount()
Number of layer groups.
|
java.lang.String |
getLayerGroupName(int nIdx)
Name of layer groups.
|
GUID |
getLicenseID()
License ID.
|
int |
getLicenseType()
License type.
|
int |
getMaxConnections()
Maximum connections allowed.
|
int |
getMetaCount()
Number of meta information strings.
|
IMetaInfo |
getMetaInfo(int nIdx)
Meta information pair.
|
IUsageModeInfo |
getUsageMode(int nIndex)
Usage mode by its number.
|
int |
getUsageModeCount()
Number of usage modes.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IDataLicenseInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IDataLicenseInfoProxy()
public IDataLicenseInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDataLicenseInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDataLicenseInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.String getDataProductName() throws java.io.IOException, AutomationException
getDataProductName
in interface IDataLicenseInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getApplicationsCount() throws java.io.IOException, AutomationException
getApplicationsCount
in interface IDataLicenseInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getApplicationName(int nIdx) throws java.io.IOException, AutomationException
getApplicationName
in interface IDataLicenseInfo
nIdx
- The nIdx (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getAttrCroupsCount() throws java.io.IOException, AutomationException
getAttrCroupsCount
in interface IDataLicenseInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAttrGroupName(int nIdx) throws java.io.IOException, AutomationException
getAttrGroupName
in interface IDataLicenseInfo
nIdx
- The nIdx (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getGeographiesCount() throws java.io.IOException, AutomationException
getGeographiesCount
in interface IDataLicenseInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getGeographyName(int nIdx) throws java.io.IOException, AutomationException
getGeographyName
in interface IDataLicenseInfo
nIdx
- The nIdx (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMetaCount() throws java.io.IOException, AutomationException
getMetaCount
in interface IDataLicenseInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IMetaInfo getMetaInfo(int nIdx) throws java.io.IOException, AutomationException
getMetaInfo
in interface IDataLicenseInfo
nIdx
- The nIdx (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getLayerCroupsCount() throws java.io.IOException, AutomationException
getLayerCroupsCount
in interface IDataLicenseInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLayerGroupName(int nIdx) throws java.io.IOException, AutomationException
getLayerGroupName
in interface IDataLicenseInfo
nIdx
- The nIdx (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public GUID getLicenseID() throws java.io.IOException, AutomationException
getLicenseID
in interface IDataLicenseInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getExpiration() throws java.io.IOException, AutomationException
getExpiration
in interface IDataLicenseInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getLicenseType() throws java.io.IOException, AutomationException
getLicenseType
in interface IDataLicenseInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaxConnections() throws java.io.IOException, AutomationException
getMaxConnections
in interface IDataLicenseInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getAvailableConnections() throws java.io.IOException, AutomationException
getAvailableConnections
in interface IDataLicenseInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getUsageModeCount() throws java.io.IOException, AutomationException
getUsageModeCount
in interface IDataLicenseInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IUsageModeInfo getUsageMode(int nIndex) throws java.io.IOException, AutomationException
getUsageMode
in interface IDataLicenseInfo
nIndex
- The nIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.