mx4j.server
public interface MBeanMetaData
Version: $Revision: 1.8 $
See Also: Factory
Nested Class Summary | |
---|---|
static class | MBeanMetaData.Factory
Factory class that creates instance of the MBeanMetaData interface.
|
Method Summary | |
---|---|
ClassLoader | getClassLoader()
Returns the classloader for the MBean
|
Object | getMBean()
Returns the MBean instance
|
MBeanInfo | getMBeanInfo()
Returns the MBeanInfo of the MBean
|
Class | getMBeanInterface()
Returns the management interface of the standard MBean
|
MBeanInvoker | getMBeanInvoker()
Returns the MBeanInvoker of the standard MBean
|
ObjectInstance | getObjectInstance()
Returns the ObjectInstance of the MBean
|
ObjectName | getObjectName()
Returns the ObjectName of the MBean
|
boolean | isMBeanDynamic()
Returns whether the MBean is dynamic
|
boolean | isMBeanStandard()
Returns whether the MBean is standard
|
void | setClassLoader(ClassLoader loader)
Sets the classloader for the MBean
|
void | setMBean(Object mbean)
Sets the MBean instance
|
void | setMBeanDynamic(boolean value)
Sets whether the MBean is dynamic
|
void | setMBeanInfo(MBeanInfo info)
Sets the MBeanInfo of the MBean
|
void | setMBeanInterface(Class management)
Sets the management interface of the standard MBean
|
void | setMBeanInvoker(MBeanInvoker invoker)
Sets the MBeanInvoker of the standard MBean
|
void | setMBeanStandard(boolean value)
Sets whether the MBean is standard
|
void | setObjectName(ObjectName name)
Sets the ObjectName of the MBean
|
See Also: MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData
See Also: MBeanMetaData