org.apache.synapse.commons.jmx
Class MBeanRegistrar

java.lang.Object
  extended by org.apache.synapse.commons.jmx.MBeanRegistrar

public class MBeanRegistrar
extends Object


Method Summary
static MBeanRegistrar getInstance()
           
 boolean registerMBean(Object mBeanInstance, String category, String id)
           
 boolean unRegisterMBean(String category, String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MBeanRegistrar getInstance()

registerMBean

public boolean registerMBean(Object mBeanInstance,
                             String category,
                             String id)

unRegisterMBean

public boolean unRegisterMBean(String category,
                               String id)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.