org.wso2.carbon.utils
Class ManagementFactory
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.