Package org.apache.synapse.commons.jmx
Class MBeanRegistrar
- java.lang.Object
-
- org.apache.synapse.commons.jmx.MBeanRegistrar
-
public class MBeanRegistrar extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MBeanRegistrar
getInstance()
boolean
registerMBean(Object mBeanInstance, String category, String id)
boolean
unRegisterMBean(String category, String id)
-