com.adventnet.services.proxy
Class MBeanInformation
java.lang.Object
com.adventnet.services.proxy.MBeanInformation
class MBeanInformation
- extends java.lang.Object
This class encapsulates the ObjectName and the Descriptor for a given
MBean. Given a source object, the corresponding ObjectName and the
Descriptor from the MBeanServer will be read and encapsulated in this
object.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanInformation
public MBeanInformation()
MBeanInformation
public MBeanInformation(javax.management.ObjectName name,
javax.management.Descriptor des)
setObjectName
public void setObjectName(javax.management.ObjectName name)
setDescriptor
public void setDescriptor(javax.management.Descriptor des)
getObjectName
public javax.management.ObjectName getObjectName()
getDescriptor
public javax.management.Descriptor getDescriptor()
getLastUpdatedTimeStamp
public long getLastUpdatedTimeStamp()
setLastUpdatedTimeStamp
public void setLastUpdatedTimeStamp(long value)