public class LicenseStoreAdmin.LicenseAdmin extends AbstractManagedObject implements LicenseMXBean
Constructor and Description |
---|
LicenseAdmin(LicenseWrapper license) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getErrorMessage() |
java.sql.Date |
getExpireDate() |
java.lang.String |
getExpireMessage() |
java.sql.Date |
getIssueDate() |
java.lang.String |
getName()
The JMX name property of the mbean.
|
java.lang.String |
getPath() |
long |
getServerTimeout() |
java.lang.String |
getType()
The JMX type of this MBean, defaults to the prefix of the FooMXBean..
|
java.sql.Date |
getVersionExpireDate() |
boolean |
isValid() |
boolean |
isVersionLicense() |
java.lang.String |
toString() |
addObjectNameProperties, getObjectName, registerSelf, unregisterSelf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getObjectName
public java.lang.String getPath()
getPath
in interface LicenseMXBean
public java.sql.Date getIssueDate()
getIssueDate
in interface LicenseMXBean
public java.sql.Date getExpireDate()
getExpireDate
in interface LicenseMXBean
public java.sql.Date getVersionExpireDate()
getVersionExpireDate
in interface LicenseMXBean
public long getServerTimeout()
getServerTimeout
in interface LicenseMXBean
public java.lang.String getErrorMessage()
getErrorMessage
in interface LicenseMXBean
public boolean isValid()
isValid
in interface LicenseMXBean
public java.lang.String getDescription()
getDescription
in interface LicenseMXBean
public java.lang.String getExpireMessage()
getExpireMessage
in interface LicenseMXBean
public boolean isVersionLicense()
isVersionLicense
in interface LicenseMXBean
public java.lang.String getType()
AbstractManagedObject
getType
in interface ManagedObjectMXBean
getType
in class AbstractManagedObject
public java.lang.String getName()
AbstractManagedObject
getName
in interface ManagedObjectMXBean
getName
in class AbstractManagedObject
public java.lang.String toString()
toString
in class AbstractManagedObject