|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataLicenseManager
Provides access to data license manager.
Method Summary | |
---|---|
void |
addLicenseFromFile(String bstrLicenseFileName)
Adds license information. |
int |
getCount()
Number of license information. |
IDataLicenseInfo |
getLicenseInfo(int nIdx)
Returns license information by index. |
IDataLicenseInfo |
getLicenseInfoFromFile(String bstrLicenseFileName)
Returns license information by file name. |
void |
removeLicense(int nIdx)
Removes license information. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataLicenseInfo getLicenseInfo(int nIdx) throws IOException, AutomationException
nIdx
- The nIdx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addLicenseFromFile(String bstrLicenseFileName) throws IOException, AutomationException
bstrLicenseFileName
- The bstrLicenseFileName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeLicense(int nIdx) throws IOException, AutomationException
nIdx
- The nIdx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataLicenseInfo getLicenseInfoFromFile(String bstrLicenseFileName) throws IOException, AutomationException
bstrLicenseFileName
- The bstrLicenseFileName (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 |