|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesfile.IDataLicenseInfoProxy
public class IDataLicenseInfoProxy
Internal use class Proxy for COM Interface 'IDataLicenseInfo'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
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 =
Field Summary | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.datasourcesfile.IDataLicenseInfo |
---|
IID, IID37474491_1c04_4669_99b5_825cf67294c5 |
Constructor Summary | |
---|---|
|
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)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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)
|
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |