com.esri.arcgis.system
Interface IAuthorizeLicense

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AoAuthorizeLicense, IAuthorizeLicenseProxy

public interface IAuthorizeLicense
extends java.io.Serializable

COM Interface 'IAuthorizeLicense'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID46ebbb64_19b8_437a_8df4_4378d88f6731
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID46ebbb64_19b8_437a_8df4_4378d88f6731

static final int IID46ebbb64_19b8_437a_8df4_4378d88f6731
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getLastError

int getLastError(java.lang.String[] lastError)
                 throws java.io.IOException,
                        AutomationException
Retrieves the last error message and code from an attempt to process features.

Parameters:
lastError - The lastError (out: use single element array)
Returns:
The lastErrorCode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeaturesAdded

java.lang.String getFeaturesAdded()
                                  throws java.io.IOException,
                                         AutomationException
Retrieves the details of the new authorized features.

Returns:
The featuresAdded
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

authorizeASR

void authorizeASR(java.lang.String strAsr,
                  java.lang.String password)
                  throws java.io.IOException,
                         AutomationException
Authorize new feature(s).

Parameters:
strAsr - The strAsr (in)
password - The password (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

authorizeASRFromFile

void authorizeASRFromFile(java.lang.String fileName,
                          java.lang.String password)
                          throws java.io.IOException,
                                 AutomationException
Authorize new feature(s) from file.

Parameters:
fileName - The fileName (in)
password - The password (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deauthorizeASR

void deauthorizeASR(java.lang.String strAsr,
                    java.lang.String password)
                    throws java.io.IOException,
                           AutomationException
Deauthorize feature(s).

Parameters:
strAsr - The strAsr (in)
password - The password (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deauthorizeASRFromFile

void deauthorizeASRFromFile(java.lang.String fileName,
                            java.lang.String password)
                            throws java.io.IOException,
                                   AutomationException
Deauthorize feature(s) from file.

Parameters:
fileName - The fileName (in)
password - The password (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

repairASR

void repairASR(java.lang.String strAsr,
               java.lang.String password)
               throws java.io.IOException,
                      AutomationException
Repair feature(s).

Parameters:
strAsr - The strAsr (in)
password - The password (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

repairASRFromFile

void repairASRFromFile(java.lang.String fileName,
                       java.lang.String password)
                       throws java.io.IOException,
                              AutomationException
Repair feature(s) from file.

Parameters:
fileName - The fileName (in)
password - The password (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

checkASR

void checkASR(java.lang.String strAsr,
              java.lang.String password)
              throws java.io.IOException,
                     AutomationException
Check feature(s).

Parameters:
strAsr - The strAsr (in)
password - The password (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

checkASRFromFile

void checkASRFromFile(java.lang.String fileName,
                      java.lang.String password)
                      throws java.io.IOException,
                             AutomationException
Check feature(s) from file.

Parameters:
fileName - The fileName (in)
password - The password (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.