|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jmx.AbstractMBeanServer
com.caucho.jmx.LocalMBeanServer
public class LocalMBeanServer
JNDI object for the Resin mbean server.
Constructor Summary | |
---|---|
LocalMBeanServer()
Creates an MBeanServerProxy based on the context class loader. |
|
LocalMBeanServer(java.lang.ClassLoader loader)
Creates an MBeanServerProxy based on the context class loader. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocalMBeanServer()
public LocalMBeanServer(java.lang.ClassLoader loader)
Method Detail |
---|
protected MBeanContext createContext(java.lang.ClassLoader loader)
createContext
in class AbstractMBeanServer
protected MBeanContext getCurrentContext(java.lang.ClassLoader loader)
getCurrentContext
in class AbstractMBeanServer
protected void setCurrentContext(MBeanContext context, java.lang.ClassLoader loader)
setCurrentContext
in class AbstractMBeanServer
protected MBeanContext getContext(java.lang.ClassLoader loader)
getContext
in class AbstractMBeanServer
protected void removeContext(java.lang.ClassLoader loader, MBeanContext context)
public java.lang.String toString()
toString
in class AbstractMBeanServer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |