|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanContext | |
---|---|
com.caucho.jmx |
Uses of MBeanContext in com.caucho.jmx |
---|
Methods in com.caucho.jmx that return MBeanContext | |
---|---|
protected MBeanContext |
AbstractMBeanServer.createContext()
Returns the context implementation. |
protected abstract MBeanContext |
AbstractMBeanServer.createContext(java.lang.ClassLoader loader)
Returns the context implementation, creating if necessary. |
protected MBeanContext |
EnvironmentMBeanServer.createContext(java.lang.ClassLoader loader)
Returns the local context. |
protected MBeanContext |
GlobalMBeanServer.createContext(java.lang.ClassLoader loader)
Returns the local context. |
protected MBeanContext |
LocalMBeanServer.createContext(java.lang.ClassLoader loader)
Returns the local context. |
protected abstract MBeanContext |
AbstractMBeanServer.getContext(java.lang.ClassLoader loader)
Returns the context implementation. |
protected MBeanContext |
EnvironmentMBeanServer.getContext(java.lang.ClassLoader loader)
Returns the local context. |
protected MBeanContext |
GlobalMBeanServer.getContext(java.lang.ClassLoader loader)
Returns the local context. |
protected MBeanContext |
LocalMBeanServer.getContext(java.lang.ClassLoader loader)
Returns the local context. |
protected MBeanContext |
AbstractMBeanServer.getCurrentContext()
Returns the context implementation. |
protected abstract MBeanContext |
AbstractMBeanServer.getCurrentContext(java.lang.ClassLoader loader)
Returns the context implementation. |
protected MBeanContext |
EnvironmentMBeanServer.getCurrentContext(java.lang.ClassLoader loader)
Returns the local context. |
protected MBeanContext |
GlobalMBeanServer.getCurrentContext(java.lang.ClassLoader loader)
Returns the local context. |
protected MBeanContext |
LocalMBeanServer.getCurrentContext(java.lang.ClassLoader loader)
Returns the local context. |
protected MBeanContext |
AbstractMBeanServer.getGlobalContext()
Returns the context implementation. |
Methods in com.caucho.jmx with parameters of type MBeanContext | |
---|---|
protected void |
LocalMBeanServer.removeContext(java.lang.ClassLoader loader,
MBeanContext context)
Returns the local context. |
protected void |
AbstractMBeanServer.removeContext(MBeanContext context,
java.lang.ClassLoader loader)
Removes the context implementation. |
protected void |
EnvironmentMBeanServer.removeContext(MBeanContext context,
java.lang.ClassLoader loader)
Returns the local context. |
protected abstract void |
AbstractMBeanServer.setCurrentContext(MBeanContext context,
java.lang.ClassLoader loader)
Sets the context implementation. |
protected void |
EnvironmentMBeanServer.setCurrentContext(MBeanContext context,
java.lang.ClassLoader loader)
Sets the local context. |
protected void |
GlobalMBeanServer.setCurrentContext(MBeanContext context,
java.lang.ClassLoader loader)
Returns the local context. |
protected void |
LocalMBeanServer.setCurrentContext(MBeanContext context,
java.lang.ClassLoader loader)
Returns the local context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |