|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jp.protection.pub.pro.integration.IssueResolverSupport
com.jp.protection.pub.pro.integration.HeadlessLicenseHostIssueResolver
public class HeadlessLicenseHostIssueResolver
Headless implementation of the LicenseHostIssueResolver interface
that tries to resolve license host issues without any involvement of the user.
| Field Summary |
|---|
| Fields inherited from class com.jp.protection.pub.pro.integration.IssueResolverSupport |
|---|
fArguments, fCustomer, fLicenseHost, fLicensingFacadeProviderName, fLogin, fPassword, fProductInfo, fSerialNumber, fVerbose, MSG_NO_LICENSING_FACADE, MSG_UNABLE_TO_ACTIVATE, MSG_UNABLE_TO_GET_EVAL, MSG_UNABLE_TO_GET_LICENSE_BY_S_N |
| Constructor Summary | |
|---|---|
HeadlessLicenseHostIssueResolver(ProductInfo aProductInfo,
dev.entities.Customer aCustomer)
Creates a new instance of license host issue resolver |
|
| Method Summary | |
|---|---|
boolean |
resolveLicenseActivationLockViolation(LicenseHost aSource)
This method is responsible for resolving issue when license activation lock is violated. |
boolean |
resolveLicenseExpired(LicenseHost aSource)
This method is responsible for resolving issue when license is expired. |
boolean |
resolveLicenseInvalid(LicenseHost aSource)
This method is responsible for resolving issue when license is invalid. |
boolean |
resolveLicenseMissingActivation(LicenseHost aSource,
java.lang.String aLicenseKey)
This method is responsible for resolving issue when license is not activated. |
boolean |
resolveLicenseNotLocked(LicenseHost aSource)
This method is responsible for resolving an issue when lock for the license could not be acquired using the Licensing Server. |
| Methods inherited from class com.jp.protection.pub.pro.integration.IssueResolverSupport |
|---|
activateLicense, error, error, getArguments, getCustomer, getEvaluationLicense, getEvaluationLicense, getEvaluationLicense, getEvaluationLicense, getEvaluationLicenseDescr, getLicenseBySerialNumber, getLicenseBySerialNumber, getLicenseBySerialNumber, getLicenseBytes, getLicenseHost, getLicensingFacadeProviderName, getLogin, getPassword, getProductInfo, getSerialNumber, isVerbose, saveLicense, setArguments, setLicenseHost, setLicensingFacadeProviderName, setLogin, setPassword, setSerialNumber, setVerbose |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeadlessLicenseHostIssueResolver(ProductInfo aProductInfo,
dev.entities.Customer aCustomer)
aProductInfo - product informationaCustomer - customer information| Method Detail |
|---|
public boolean resolveLicenseActivationLockViolation(LicenseHost aSource)
This method is responsible for resolving issue when license activation lock is violated. Implementation of this method does:
resolveLicenseActivationLockViolation in interface LicenseHostIssueResolveraSource - identifies license host calling this method
true if issue is resolved; false otherwisepublic boolean resolveLicenseExpired(LicenseHost aSource)
This method is responsible for resolving issue when license is expired. Implementation of this method does:
resolveLicenseExpired in interface LicenseHostIssueResolveraSource - identifies the license host calling this method
true if issue is resolved; false otherwisepublic boolean resolveLicenseInvalid(LicenseHost aSource)
This method is responsible for resolving issue when license is invalid. Implementation of this method does:
resolveLicenseInvalid in interface LicenseHostIssueResolveraSource - identifies the license host calling this method
true if issue is resolved; false otherwise.
public boolean resolveLicenseMissingActivation(LicenseHost aSource,
java.lang.String aLicenseKey)
This method is responsible for resolving issue when license is not activated. Implementation of this method does:
resolveLicenseMissingActivation in interface LicenseHostIssueResolveraSource - identifies license host calling this methodaLicenseKey - license key to be put into the license
true if issue is resolved; false otherwisepublic boolean resolveLicenseNotLocked(LicenseHost aSource)
LicenseHostIssueResolver
resolveLicenseNotLocked in interface LicenseHostIssueResolveraSource - identifies license host calling this method
true if issue is resolved; false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||