|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mx4j.server.MBeanMetaData
Objects of this class hold metadata information about MBeans.
Field Summary | |
---|---|
java.lang.ClassLoader |
classloader
The classloader of the MBean |
boolean |
dynamic
True if the MBean is dynamic |
MBeanInfo |
info
The MBeanInfo of the MBean |
ObjectInstance |
instance
The ObjectInstance of the MBean |
MBeanInvoker |
invoker
The invoker for the MBean, if it is a standard MBean |
java.lang.Class |
management
The management interface of the MBean, if it is a standard MBean |
java.lang.Object |
mbean
The MBean instance. |
ObjectName |
name
The ObjectName of the MBean |
boolean |
standard
True if the MBean is standard |
Constructor Summary | |
---|---|
MBeanMetaData()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Object mbean
public java.lang.ClassLoader classloader
public ObjectInstance instance
public ObjectName name
public MBeanInfo info
public boolean dynamic
public boolean standard
public java.lang.Class management
public MBeanInvoker invoker
Constructor Detail |
public MBeanMetaData()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |