Rio Project 4.2 API Documentation



org.rioproject.jmx
Class MBeanServerFactory

java.lang.Object
  extended by org.rioproject.jmx.MBeanServerFactory

public class MBeanServerFactory
extends Object

Utility for obtaining the MBeanServer.

Author:
Dennis Reedy

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

Constructor Detail

MBeanServerFactory

public MBeanServerFactory()
Method Detail

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 © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.