|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAuthorizeLicense
Provides access to members that authorize Esri licenses.
The IAoAuthorizeLicense interface is the starting point for developers who want to silently 'authorize' the ArcGIS Engine Runtime components on client systems.
Method Summary | |
---|---|
void |
authorizeASR(String strAsr,
String password)
Authorize new feature(s). |
void |
authorizeASRFromFile(String fileName,
String password)
Authorize new feature(s) from file. |
void |
checkASR(String strAsr,
String password)
Check feature(s). |
void |
checkASRFromFile(String fileName,
String password)
Check feature(s) from file. |
void |
deauthorizeASR(String strAsr,
String password)
Deauthorize feature(s). |
void |
deauthorizeASRFromFile(String fileName,
String password)
Deauthorize feature(s) from file. |
String |
getFeaturesAdded()
Retrieves the details of the new authorized features. |
int |
getLastError(String[] lastError)
Retrieves the last error message and code from an attempt to process features. |
void |
repairASR(String strAsr,
String password)
Repair feature(s). |
void |
repairASRFromFile(String fileName,
String password)
Repair feature(s) from file. |
Method Detail |
---|
int getLastError(String[] lastError) throws IOException, AutomationException
lastError
- The lastError (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFeaturesAdded() throws IOException, AutomationException
Use the FeaturesAdded property after the AddLicenseFromFile and AddLicense methods to return a list of the license features that were successfully added to the keycodes file.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void authorizeASR(String strAsr, String password) throws IOException, AutomationException
strAsr
- The strAsr (in)password
- The password (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void authorizeASRFromFile(String fileName, String password) throws IOException, AutomationException
fileName
- The fileName (in)password
- The password (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deauthorizeASR(String strAsr, String password) throws IOException, AutomationException
strAsr
- The strAsr (in)password
- The password (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deauthorizeASRFromFile(String fileName, String password) throws IOException, AutomationException
fileName
- The fileName (in)password
- The password (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void repairASR(String strAsr, String password) throws IOException, AutomationException
strAsr
- The strAsr (in)password
- The password (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void repairASRFromFile(String fileName, String password) throws IOException, AutomationException
fileName
- The fileName (in)password
- The password (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void checkASR(String strAsr, String password) throws IOException, AutomationException
strAsr
- The strAsr (in)password
- The password (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void checkASRFromFile(String fileName, String password) throws IOException, AutomationException
fileName
- The fileName (in)password
- The password (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 |