public interface IAuthorizeLicense
extends java.io.Serializable
Description: 'Provides access to members that authorize Esri licenses.' 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID46ebbb64_19b8_437a_8df4_4378d88f6731 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
authorizeASR(java.lang.String strAsr,
java.lang.String password)
Authorize new feature(s).
|
void |
authorizeASRFromFile(java.lang.String fileName,
java.lang.String password)
Authorize new feature(s) from file.
|
void |
checkASR(java.lang.String strAsr,
java.lang.String password)
Check feature(s).
|
void |
checkASRFromFile(java.lang.String fileName,
java.lang.String password)
Check feature(s) from file.
|
void |
deauthorizeASR(java.lang.String strAsr,
java.lang.String password)
Deauthorize feature(s).
|
void |
deauthorizeASRFromFile(java.lang.String fileName,
java.lang.String password)
Deauthorize feature(s) from file.
|
java.lang.String |
getFeaturesAdded()
Retrieves the details of the new authorized features.
|
int |
getLastError(java.lang.String[] lastError)
Retrieves the last error message and code from an attempt to process features.
|
void |
repairASR(java.lang.String strAsr,
java.lang.String password)
Repair feature(s).
|
void |
repairASRFromFile(java.lang.String fileName,
java.lang.String password)
Repair feature(s) from file.
|
static final int IID46ebbb64_19b8_437a_8df4_4378d88f6731
static final int xxDummy
static final java.lang.String IID
int getLastError(java.lang.String[] lastError) throws java.io.IOException, AutomationException
lastError
- The lastError (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFeaturesAdded() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void authorizeASR(java.lang.String strAsr, java.lang.String password) throws java.io.IOException, AutomationException
strAsr
- The strAsr (in)password
- The password (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void authorizeASRFromFile(java.lang.String fileName, java.lang.String password) throws java.io.IOException, AutomationException
fileName
- The fileName (in)password
- The password (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deauthorizeASR(java.lang.String strAsr, java.lang.String password) throws java.io.IOException, AutomationException
strAsr
- The strAsr (in)password
- The password (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deauthorizeASRFromFile(java.lang.String fileName, java.lang.String password) throws java.io.IOException, AutomationException
fileName
- The fileName (in)password
- The password (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void repairASR(java.lang.String strAsr, java.lang.String password) throws java.io.IOException, AutomationException
strAsr
- The strAsr (in)password
- The password (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void repairASRFromFile(java.lang.String fileName, java.lang.String password) throws java.io.IOException, AutomationException
fileName
- The fileName (in)password
- The password (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void checkASR(java.lang.String strAsr, java.lang.String password) throws java.io.IOException, AutomationException
strAsr
- The strAsr (in)password
- The password (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void checkASRFromFile(java.lang.String fileName, java.lang.String password) throws java.io.IOException, AutomationException
fileName
- The fileName (in)password
- The password (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.