public class GlobalMBeanServer extends AbstractMBeanServer implements java.io.Serializable
| Constructor and Description |
|---|
GlobalMBeanServer()
Creates an MBeanServerProxy based on the context class loader.
|
GlobalMBeanServer(java.lang.ClassLoader loader)
Creates an MBeanServerProxy based on the context class loader.
|
| Modifier and Type | Method and Description |
|---|---|
protected MBeanContext |
createContext(java.lang.ClassLoader loader)
Returns the local context.
|
protected MBeanContext |
getContext(java.lang.ClassLoader loader)
Returns the local context.
|
protected MBeanContext |
getCurrentContext(java.lang.ClassLoader loader)
Returns the local context.
|
protected MBeanView |
getView()
Returns the local view.
|
protected void |
setCurrentContext(MBeanContext context,
java.lang.ClassLoader loader)
Returns the local context.
|
java.lang.String |
toString()
Returns the string form.
|
addNotificationListener, addNotificationListener, createContext, createMBean, createMBean, createMBean, createMBean, deserialize, deserialize, deserialize, destroy, getAttribute, getAttributes, getClassLoader, getClassLoaderFor, getClassLoaderRepository, getCurrentContext, getDefaultDomain, getDomains, getGlobalContext, getGlobalView, getMBeanCount, getMBeanInfo, getObjectInstance, getParentView, instantiate, instantiate, instantiate, instantiate, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeContext, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBeanpublic GlobalMBeanServer()
public GlobalMBeanServer(java.lang.ClassLoader loader)
protected MBeanContext createContext(java.lang.ClassLoader loader)
createContext in class AbstractMBeanServerprotected MBeanContext getCurrentContext(java.lang.ClassLoader loader)
getCurrentContext in class AbstractMBeanServerprotected void setCurrentContext(MBeanContext context, java.lang.ClassLoader loader)
setCurrentContext in class AbstractMBeanServerprotected MBeanContext getContext(java.lang.ClassLoader loader)
getContext in class AbstractMBeanServerprotected MBeanView getView()
getView in class AbstractMBeanServerpublic java.lang.String toString()
toString in class AbstractMBeanServer