Rio Project 4.2 API Documentation
org.rioproject.jmx
Class MBeanServerFactory
java.lang.Object
org.rioproject.jmx.MBeanServerFactory
public class MBeanServerFactory
- extends Object
Utility for obtaining the MBeanServer.
- Author:
- Dennis Reedy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanServerFactory
public MBeanServerFactory()
getMBeanServer
public static MBeanServer getMBeanServer()
- Get the MBeanServer to use. If the system property
Constants.JMX_MBEANSERVER is set, locate
the MBeanServer identified by the property. Otherwise get the platform
MBeanServer
- Returns:
- the
MBeanServer
Copyright © 2006-2011 Rio Project. All Rights Reserved.