|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The MBean interface for an individual license service
| Method Summary | |
java.lang.String |
getEdition()
Returns the human readable description of the product edition |
int |
getEvalDays()
Gets the number of days of the evaluation period, or 0 if this is not an evaluation license |
long |
getEvalDaysLeft()
Gets the number of days left in the evaluation period |
java.util.Date |
getExpirationDate()
Gets the date when this key will expire, or UNLIMITED_EXPIRATION if the key does not expire. |
java.lang.String |
getLastWarningMessage()
Gets the last warning message generated. |
java.lang.String |
getLicenseType()
Gets the license type description |
int |
getMajorVersion()
Returns the major version number of JRun, such as 4 |
boolean |
isEJBEnabled()
Determines if the license supports EJB deployment |
boolean |
isExpired()
Determines whether the current license has expired |
boolean |
isSingleIP()
Determines if the license only supports access from a single IP |
boolean |
isUpgrade()
Determines whether the current license is an upgrade from a previous product |
boolean |
isValid()
Determines if the current license key is valid (internal checksums, etc). |
| Method Detail |
public boolean isSingleIP()
public boolean isEJBEnabled()
public boolean isValid()
public int getMajorVersion()
public java.util.Date getExpirationDate()
public int getEvalDays()
public long getEvalDaysLeft()
public boolean isExpired()
public java.lang.String getEdition()
public boolean isUpgrade()
public java.lang.String getLicenseType()
public java.lang.String getLastWarningMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||