|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.license.RuntimeLicense
Runtime license allows application's to run using WOW, but the WOW builder is not accessible.
Field Summary | |
static java.lang.String |
FILE_NAME
|
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 |
Constructor Summary | |
RuntimeLicense(int edition)
Constructs a new license for the given edition |
|
RuntimeLicense(java.lang.String edition)
Constructs a new license for the given edition |
Method Summary | |
int |
getEdition()
Get the edition of license. |
java.lang.String |
getEditionString()
Gets the edition level for this license. |
int |
getFeatureLevel()
Gets the feature level for this license. |
java.lang.String |
getFeatureLevelString()
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 key)
Convenience method for getting a message from the license about it current state. |
java.lang.String |
getType()
Deprecated. the type is the class object itself |
java.lang.String |
getURI()
Deprecated. - always 1 spot |
java.lang.String |
getVersion()
Get version of Wow that this license was created for. |
int |
getVersionLevel()
Get the version level of this license. |
boolean |
hasStateChanged()
Deprecated. no longer used |
boolean |
is(int edition)
Check to see if the given edition is the same as this license. |
boolean |
isExpired()
Check if this license has expired. |
boolean |
isValid()
Check if this license is still valid. |
void |
restore()
Sets internal variables when the license is restored from a serialized state. |
java.lang.String |
toString()
Gets details about the this license |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String FILE_NAME
Constructor Detail |
public RuntimeLicense(int edition)
public RuntimeLicense(java.lang.String edition)
Method Detail |
public java.lang.String getKey()
ILicense
getKey
in interface ILicense
public final int getOperationCount()
ILicense
getOperationCount
in interface ILicense
public int getEdition()
public java.lang.String getEditionString()
public int getFeatureLevel()
getFeatureLevel
in interface ILicense
public java.lang.String getFeatureLevelString()
public java.lang.String getStatusMessage(int key)
ILicense
getStatusMessage
in interface ILicense
public java.lang.String getType()
getType
in interface ILicense
public java.lang.String getURI()
getURI
in interface ILicense
public java.lang.String getVersion()
ILicense
getVersion
in interface ILicense
public int getVersionLevel()
public boolean hasStateChanged()
hasStateChanged
in interface ILicense
public boolean is(int edition)
public boolean isExpired()
public boolean isValid()
isValid
in interface ILicense
public void restore()
ILicense
restore
in interface ILicense
public final java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |