org.huihoo.jfox.jmx
Interface ExtendedMBeanServer

All Superinterfaces:
MBeanServer
All Known Implementing Classes:
MBeanServerSupport

public interface ExtendedMBeanServer
extends MBeanServer

extends MBeanserver can provide extral funtion, ex: getClassLoader , Interceptor

Author:
Young Yang

Method Summary
 ExtendableClassLoaderRepository getClassLoaderRepository()
           
 
Methods inherited from interface javax.management.MBeanServer
addNotificationListener, addNotificationListener, createMBean, createMBean, createMBean, createMBean, deserialize, deserialize, deserialize, getAttribute, getAttributes, getDefaultDomain, getMBeanCount, getMBeanInfo, getObjectInstance, instantiate, instantiate, instantiate, instantiate, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean
 

Method Detail

getClassLoaderRepository

public ExtendableClassLoaderRepository getClassLoaderRepository()