|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicService public interface LicenseService
Contract for managing licenses.
Method Summary | |
---|---|
LicenseDescriptor |
getLicense()
Get description of installed license. |
boolean |
isLicenseValid()
Was the license known to be valid the last time it was checked?. |
void |
shutdown()
Informs the service it is being shutdown. |
void |
verifyLicense()
Begin the license verification loop. |
Method Detail |
---|
@NotAuditable void verifyLicense() throws LicenseException
LicenseException
- if an invalid .lic file has been suppliedboolean isLicenseValid()
@NotAuditable LicenseDescriptor getLicense()
@NotAuditable void shutdown()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |