org.wso2.carbon.utils
Class ManagementFactory

java.lang.Object
  extended by org.wso2.carbon.utils.ManagementFactory

public final class ManagementFactory
extends Object

The ManagementFactory class is a factory class for getting managed beans for the Java platform.


Method Summary
static MBeanServer getMBeanServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMBeanServer

public static MBeanServer getMBeanServer()
Returns:
An MBeanServer instance. If one already exists, will return that, else will create a new one and return


Copyright © 2014 WSO2 Inc. All rights reserved.