public interface DynamicMBeanFactory
DynamicMBean create(Object componentInstance, Class management, MBeanInfo mBeanInfo)
MBeanInfo.componentInstance - the instance of the Object being exposed for management.management - the management interface (can be null).mBeanInfo - the explicitly provided management information (can be null).DynamicMBean.Copyright © 2003-2014 Codehaus. All Rights Reserved.