shocks.framework.util
Class MBeanServerBridge

java.lang.Object
  extended byshocks.framework.util.MBeanServerBridge

public final class MBeanServerBridge
extends java.lang.Object


Constructor Summary
MBeanServerBridge()
           
 
Method Summary
static javax.management.MBeanServer getServer()
          This method returns a reference to the MBeanServer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanServerBridge

public MBeanServerBridge()
Method Detail

getServer

public static javax.management.MBeanServer getServer()
This method returns a reference to the MBeanServer. If one hasn't already been established, it summons a new reference from the MBeanServerFactory. Else, it returns the existant reference.

Returns:
MBeanServer