|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesfile.IDataLicenseInfoProxy
public class IDataLicenseInfoProxy
Provides access to data license information.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IDataLicenseInfoProxy()
|
|
IDataLicenseInfoProxy(Object obj)
|
protected |
IDataLicenseInfoProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getApplicationName(int nIdx)
Name of licensed applications. |
int |
getApplicationsCount()
Number of licensed applications. |
int |
getAttrCroupsCount()
Number of attribute groups. |
String |
getAttrGroupName(int nIdx)
Name of attribute group. |
int |
getAvailableConnections()
Available connections. |
String |
getDataProductName()
Name of data product. |
Object |
getExpiration()
Expiration date. |
int |
getGeographiesCount()
Number of geographies divisions |
String |
getGeographyName(int nIdx)
Name of geographies divisions. |
int |
getLayerCroupsCount()
Number of layer groups. |
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(String iidStr,
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 boolean noncastable
Constructor Detail |
---|
public IDataLicenseInfoProxy()
public IDataLicenseInfoProxy(Object obj) throws IOException
IOException
protected IDataLicenseInfoProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public String getDataProductName() throws IOException, AutomationException
getDataProductName
in interface IDataLicenseInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getApplicationsCount() throws IOException, AutomationException
getApplicationsCount
in interface IDataLicenseInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getApplicationName(int nIdx) throws IOException, AutomationException
getApplicationName
in interface IDataLicenseInfo
nIdx
- The nIdx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAttrCroupsCount() throws IOException, AutomationException
getAttrCroupsCount
in interface IDataLicenseInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAttrGroupName(int nIdx) throws IOException, AutomationException
getAttrGroupName
in interface IDataLicenseInfo
nIdx
- The nIdx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGeographiesCount() throws IOException, AutomationException
getGeographiesCount
in interface IDataLicenseInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getGeographyName(int nIdx) throws IOException, AutomationException
getGeographyName
in interface IDataLicenseInfo
nIdx
- The nIdx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMetaCount() throws IOException, AutomationException
getMetaCount
in interface IDataLicenseInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMetaInfo getMetaInfo(int nIdx) throws IOException, AutomationException
getMetaInfo
in interface IDataLicenseInfo
nIdx
- The nIdx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLayerCroupsCount() throws IOException, AutomationException
getLayerCroupsCount
in interface IDataLicenseInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLayerGroupName(int nIdx) throws IOException, AutomationException
getLayerGroupName
in interface IDataLicenseInfo
nIdx
- The nIdx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public GUID getLicenseID() throws IOException, AutomationException
getLicenseID
in interface IDataLicenseInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getExpiration() throws IOException, AutomationException
getExpiration
in interface IDataLicenseInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLicenseType() throws IOException, AutomationException
getLicenseType
in interface IDataLicenseInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxConnections() throws IOException, AutomationException
getMaxConnections
in interface IDataLicenseInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAvailableConnections() throws IOException, AutomationException
getAvailableConnections
in interface IDataLicenseInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUsageModeCount() throws IOException, AutomationException
getUsageModeCount
in interface IDataLicenseInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUsageModeInfo getUsageMode(int nIndex) throws IOException, AutomationException
getUsageMode
in interface IDataLicenseInfo
nIndex
- The nIndex (in)
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 |