Package 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.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MBeanServergetMBeanServer()
-
-
-
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
-
-