|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanInterceptor | |
---|---|
com.sun.jdmk | Provides the core Java DMK classes. |
com.sun.jdmk.interceptor | Provides classes that make up the MBeanServerInterceptor feature. |
Uses of MBeanInterceptor in com.sun.jdmk |
---|
Subinterfaces of MBeanInterceptor in com.sun.jdmk | |
---|---|
interface |
MBeanServerInt
Deprecated. Use JdmkMBeanServer instead. |
Classes in com.sun.jdmk that implement MBeanInterceptor | |
---|---|
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 MBeanInterceptor | |
---|---|
MBeanInterceptor |
MBeanServerImpl.getDefaultMBeanInterceptor()
Deprecated. Return the MBeanInterceptor to which all requests from the MBeanServer interface are forwarded. |
MBeanInterceptor |
MBeanServerInt.getDefaultMBeanInterceptor()
Deprecated. use JdmkMBeanServer.getMBeanServerInterceptor() |
Methods in com.sun.jdmk with parameters of type MBeanInterceptor | |
---|---|
void |
MBeanServerImpl.setDefaultMBeanInterceptor(MBeanInterceptor mbi)
Deprecated. Change the MBeanInterceptor object to which all requests from the MBeanServer interface are forwarded. |
void |
MBeanServerInt.setDefaultMBeanInterceptor(MBeanInterceptor interceptor)
Deprecated. use JdmkMBeanServer.setMBeanServerInterceptor(com.sun.jdmk.interceptor.MBeanServerInterceptor) |
Constructors in com.sun.jdmk with parameters of type MBeanInterceptor | |
---|---|
MBeanInterceptorWrapper(MBeanInterceptor interceptor,
MBeanInterceptorWrapper.Controller controller)
Deprecated. Construct a new MBeanInterceptorWrapper. |
Uses of MBeanInterceptor in com.sun.jdmk.interceptor |
---|
Subinterfaces of MBeanInterceptor in com.sun.jdmk.interceptor | |
---|---|
interface |
MBeanServerInterceptor
This interface specifies the behavior to be implemented by an MBean Server Interceptor. |
Classes in com.sun.jdmk.interceptor that implement MBeanInterceptor | |
---|---|
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 MBeanInterceptor | |
---|---|
MBeanInterceptor |
CompatibleMBeanInterceptor.getNextInterceptor()
Return the MBeanInterceptor to which requests will
be forwarded. |
Constructors in com.sun.jdmk.interceptor with parameters of type MBeanInterceptor | |
---|---|
CompatibleMBeanInterceptor(MBeanInterceptor inter)
Create a new CompatibleMBeanInterceptor
that forwards its requests to a MBeanInterceptor . |
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |