|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanServerInterceptor | |
---|---|
com.sun.jdmk | Provides the core Java DMK classes. |
com.sun.jdmk.interceptor | Provides classes that make up the MBeanServerInterceptor feature. |
Uses of MBeanServerInterceptor in com.sun.jdmk |
---|
Subinterfaces of MBeanServerInterceptor in com.sun.jdmk | |
---|---|
interface |
MBeanServerInt
Deprecated. Use JdmkMBeanServer instead. |
Classes in com.sun.jdmk that implement MBeanServerInterceptor | |
---|---|
class |
DefaultMBeanInterceptor
Deprecated. This class is kept as a utility class, though it is no longer used. It may not be supported in future releases. The JdmkMBeanServer now uses
DefaultMBeanServerInterceptor |
class |
MBeanInterceptorWrapper
Deprecated. use MBeanServerInterceptorWrapper instead. |
class |
MBeanServerImpl
Deprecated. Use objects returned by JdmkMBeanServerBuilder instead. |
Methods in com.sun.jdmk that return MBeanServerInterceptor | |
---|---|
MBeanServerInterceptor |
JdmkMBeanServer.getMBeanServerInterceptor()
Return the MBeanServerInterceptor to which all requests from the MBeanServer interface are forwarded. |
Methods in com.sun.jdmk with parameters of type MBeanServerInterceptor | |
---|---|
void |
JdmkMBeanServer.setMBeanServerInterceptor(MBeanServerInterceptor interceptor)
Change the MBeanServerInterceptor object to which all requests from the MBeanServer interface are forwarded. |
Uses of MBeanServerInterceptor in com.sun.jdmk.interceptor |
---|
Classes in com.sun.jdmk.interceptor that implement MBeanServerInterceptor | |
---|---|
class |
CompatibleMBeanInterceptor
An MBeanServerInterceptor that forwards every request
unchanged to an MBeanInterceptor . |
class |
DefaultMBeanServerInterceptor
This is the default class for MBean manipulation on the agent side. |
class |
ForwardingMBeanServerInterceptor
An MBeanServerInterceptor that forwards every request
unchanged to another MBeanServerInterceptor . |
class |
MBeanServerInterceptorWrapper
Implements a MBeanServerInterceptorWrapper that receives all requests from the MBeanServer and forward them to a wrapped MBeanServerInterceptor. |
Methods in com.sun.jdmk.interceptor that return MBeanServerInterceptor | |
---|---|
MBeanServerInterceptor |
ForwardingMBeanServerInterceptor.getNextInterceptor()
Return the MBeanServerInterceptor to which requests will
be forwarded. |
Methods in com.sun.jdmk.interceptor with parameters of type MBeanServerInterceptor | |
---|---|
void |
ForwardingMBeanServerInterceptor.setNextInterceptor(MBeanServerInterceptor next)
Set the MBeanServerInterceptor to which requests will be
forwarded. |
Constructors in com.sun.jdmk.interceptor with parameters of type MBeanServerInterceptor | |
---|---|
MBeanServerInterceptorWrapper(MBeanServerInterceptor interceptor,
MBeanServerInterceptorWrapper.Controller controller)
Construct a new MBeanServerInterceptorWrapper. |
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |