public class LocalMBeanServer extends AbstractMBeanServer
| Constructor and Description |
|---|
LocalMBeanServer()
Creates an MBeanServerProxy based on the context class loader.
|
LocalMBeanServer(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 void |
removeContext(java.lang.ClassLoader loader,
MBeanContext context)
Returns the local context.
|
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, getView, instantiate, instantiate, instantiate, instantiate, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeContext, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBeanpublic LocalMBeanServer()
public LocalMBeanServer(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 void removeContext(java.lang.ClassLoader loader,
MBeanContext context)
public java.lang.String toString()
toString in class AbstractMBeanServer