org.apache.geronimo.system.jmx
Class RealMBeanServerReference

java.lang.Object
  extended by org.apache.geronimo.system.jmx.RealMBeanServerReference
All Implemented Interfaces:
MBeanServerReference

public class RealMBeanServerReference
extends Object
implements MBeanServerReference

Creates a real mbean server of finds an existing one with the specified mbeanServerId


Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
RealMBeanServerReference(String mbeanServerId)
           
 
Method Summary
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 MBeanServer getMBeanServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

RealMBeanServerReference

public RealMBeanServerReference(String mbeanServerId)
                         throws MBeanServerNotFound
Throws:
MBeanServerNotFound
Method Detail

getMBeanServer

public MBeanServer getMBeanServer()
Specified by:
getMBeanServer in interface MBeanServerReference

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.