public class MX4JDynamicMBeanFactory extends StandardMBeanFactory
| Constructor and Description |
|---|
MX4JDynamicMBeanFactory() |
| Modifier and Type | Method and Description |
|---|---|
DynamicMBean |
create(Object componentInstance,
Class management,
MBeanInfo mBeanInfo)
Create a MX4JDynamicMBean for the component.
|
getDefaultManagementInterfacepublic MX4JDynamicMBeanFactory()
public DynamicMBean create(Object componentInstance, Class management, MBeanInfo mBeanInfo)
null.create in interface DynamicMBeanFactorycreate in class StandardMBeanFactorycomponentInstance - the instance of the Object being exposed for management.management - The management interface. If null the implementation will use the interface
complying with the naming convention for management interfaces.mBeanInfo - The MBeanInfo to use. If null the StandardMBean will use an
automatically generated one.StandardMBean. If the mBeanInfo was not null, it is an instance of a
StandardNanoMBean.StandardMBeanFactory.create(java.lang.Object, java.lang.Class,
javax.management.MBeanInfo)Copyright © 2003-2014 Codehaus. All Rights Reserved.