|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.license.LicenseStoreManager
public class LicenseStoreManager
| Method Summary | |
|---|---|
static long |
store(License license)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static long store(License license)
throws UnavailableLicenseException,
CorruptLicenseException,
UpdateTrialLicenseException
license -
UnavailableLicenseException - if the BackingStore is not available. It must be available to retrieve the
expiration date.
CorruptLicenseException - if the expiration date in the backing store was tampered with
UpdateTrialLicenseException - if the user is trying to update any previously installed license with a trial
license, unless the previous one and the current one match (have the same
master keys), in which case the previously calculated date will be used
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||