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