public class EnvironmentMBeanServer extends AbstractMBeanServer
| Constructor and Description |
|---|
EnvironmentMBeanServer(java.lang.String domain,
javax.management.MBeanServerDelegate delegate)
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 void |
removeContext(MBeanContext context,
java.lang.ClassLoader loader)
Returns the local context.
|
protected void |
setCurrentContext(MBeanContext context,
java.lang.ClassLoader loader)
Sets 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, getView, instantiate, instantiate, instantiate, instantiate, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBeanpublic EnvironmentMBeanServer(java.lang.String domain,
javax.management.MBeanServerDelegate delegate)
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 void removeContext(MBeanContext context, java.lang.ClassLoader loader)
removeContext in class AbstractMBeanServerpublic java.lang.String toString()
toString in class AbstractMBeanServer