|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Serializable representation of license - trial, professional, enterprise. Only trial license can expire, other licenses may have disabled features.
Field Summary |
Fields inherited from interface planetj.license.ILicenseEditions |
ENTERPRISE, ENTERPRISE_EDITION, ENTRY, ENTRY_EDITION, INVALID, INVALID_EDITION, PROFESSIONAL, PROFESSIONAL_EDITION, STANDARD, STANDARD_EDITION, TRIAL, TRIAL_EDITION |
Method Summary | |
int |
getFeatureLevel()
Gets the feature level for this license |
java.lang.String |
getKey()
Return the license key. |
int |
getOperationCount()
Get the number of operations that are allowed under this license. |
java.lang.String |
getStatusMessage(int messageType)
Convenience method for getting a message from the license about it current state. |
java.lang.String |
getType()
Return the type of license. |
java.lang.String |
getURI()
Get URI location that license should be stored / retrieved. |
java.lang.String |
getVersion()
Get version of Wow that this license was created for. |
boolean |
hasStateChanged()
Suggests that something significant has changed in the license and it should be stored again. |
boolean |
isValid()
Creation date: (5/6/2003 11:48:30 PM) |
void |
restore()
Sets internal variables when the license is restored from a serialized state. |
Method Detail |
public java.lang.String getStatusMessage(int messageType)
public java.lang.String getType()
public java.lang.String getURI()
public java.lang.String getVersion()
public void restore()
public int getFeatureLevel()
public java.lang.String getKey()
public boolean hasStateChanged()
public boolean isValid()
public int getOperationCount()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |