|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LicenseHostIssueResolver
Defines "resolver" interface which introduces methods responsible for the resolving of the issues and conflicts occurring during the license checking.
| Method Summary | |
|---|---|
boolean |
resolveLicenseActivationLockViolation(LicenseHost aSource)
This method is responsible for resolving an issue when license has been locked to a particular computer system but was moved to another computer system. |
boolean |
resolveLicenseCanNotBeUpgraded(LicenseHost aSource)
This method is responsible for resolving an issue when upgrade license is invalid because no required license(s) of previous version was found |
boolean |
resolveLicenseExpired(LicenseHost aSource)
This method is responsible for resolving an issue when license is expired. |
boolean |
resolveLicenseInvalid(LicenseHost aSource)
This method is responsible for resolving an issue when license is invalid e.g. |
boolean |
resolveLicenseMissingActivation(LicenseHost aSource,
java.lang.String aLicenseKey)
This method is responsible for resolving an issue when license should be, but not yet 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. |
| Method Detail |
|---|
boolean resolveLicenseMissingActivation(LicenseHost aSource,
java.lang.String aLicenseKey)
This method is responsible for resolving an issue when license should be, but not yet activated. Implementation of this method should:
aSource - identifies license host calling this methodaLicenseKey - a license key should be placed into a license
true if issue is resolved; false otherwiseboolean resolveLicenseActivationLockViolation(LicenseHost aSource)
This method is responsible for resolving an issue when license has been locked to a particular computer system but was moved to another computer system. Implementation of this method should:
aSource - identifies license host calling this method
true if issue is resolved; false otherwiseboolean resolveLicenseExpired(LicenseHost aSource)
This method is responsible for resolving an issue when license is expired. Implementation of this method should:
aSource - identifies license host calling this method
true if issue is resolved; false otherwiseboolean resolveLicenseInvalid(LicenseHost aSource)
This method is responsible for resolving an issue when license is invalid e.g. product or version is not match. Implementation of this method should:
aSource - identifies license host calling this method
true if issue is resolved; false otherwiseboolean resolveLicenseNotLocked(LicenseHost aSource)
aSource - identifies license host calling this method
true if issue is resolved; false otherwiseboolean resolveLicenseCanNotBeUpgraded(LicenseHost aSource)
aSource - 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 | ||||||||