org.apache.geronimo.system.jmx
Class KernelMBeanServerReference

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

public class KernelMBeanServerReference
extends Object
implements MBeanServerReference

Creates a fake mbean server which delegates all calls to the kernel

Version:
$Rev: 476049 $ $Date: 2006-11-17 12:35:17 +0800 (Fri, 17 Nov 2006) $

Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
KernelMBeanServerReference(org.apache.geronimo.kernel.Kernel kernel)
           
 
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

KernelMBeanServerReference

public KernelMBeanServerReference(org.apache.geronimo.kernel.Kernel kernel)
Method Detail

getMBeanServer

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

getGBeanInfo

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


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.