flex.management
Class DefaultMBeanServerLocator

java.lang.Object
  extended by flex.management.DefaultMBeanServerLocator
All Implemented Interfaces:
MBeanServerLocator

public class DefaultMBeanServerLocator
extends Object
implements MBeanServerLocator

The default implementation of an MBeanServerLocator. This implementation returns the first MBeanServer from the list returned by MBeanServerFactory.findMBeanServer(null). If no MBeanServers have been instantiated, this class will request the creation of an MBeanServer and return a reference to it.


Constructor Summary
DefaultMBeanServerLocator()
           
 
Method Summary
 MBeanServer getMBeanServer()
          Returns the MBeanServer to register our management MBeans with.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMBeanServerLocator

public DefaultMBeanServerLocator()
Method Detail

getMBeanServer

public MBeanServer getMBeanServer()
Returns the MBeanServer to register our management MBeans with.

Specified by:
getMBeanServer in interface MBeanServerLocator
Returns:
The MBeanServer to register our management MBeans with.


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/management/DefaultMBeanServerLocator.html