public interface ILicenseAPI
| Modifier and Type | Method and Description |
|---|---|
AddActivationCodeResponse |
addActivationCode(int moduleNumber,
java.lang.String activationCode,
java.lang.String sID)
Adds the activation code for the specified module
|
java.lang.String |
retrieveActivationCode(int moduleNumber,
java.lang.String sID)
Retrieves the current activation code for the specified module
|
AddActivationCodeResponse addActivationCode(int moduleNumber, java.lang.String activationCode, java.lang.String sID) throws java.lang.Exception
moduleNumber - -1 for all modules, 0 for AV, 1 for NET or VP, 2 for IM, 3 for LI, 4 for SAPactivationCode - activation codesID - java.lang.Exceptionjava.lang.String retrieveActivationCode(int moduleNumber,
java.lang.String sID)
throws java.lang.Exception
moduleNumber - 0 for AV, 1 for NET or VP, 2 for IM, 3 for LI, 4 for SAP. *
Note: If a single activation code was used to license all modules, all values (0-3) will return the same code.
sID - java.lang.ExceptionCopyright © 2015 Trend Micro Inc. All Rights Reserved.