Uses of Interface
mx4j.server.interceptor.MBeanServerInterceptor

Packages that use MBeanServerInterceptor
mx4j.server.interceptor   
 

Uses of MBeanServerInterceptor in mx4j.server.interceptor
 

Classes in mx4j.server.interceptor that implement MBeanServerInterceptor
 class ContextClassLoaderMBeanServerInterceptor
          This interceptor sets the context class loader to the proper value for incoming calls.
 class DefaultMBeanServerInterceptor
          Base class for MBeanServer interceptors
 class InvokerMBeanServerInterceptor
          The last interceptor in the chain.
 class NotificationListenerMBeanServerInterceptor
           
 class SecurityMBeanServerInterceptor
           
 

Methods in mx4j.server.interceptor that return MBeanServerInterceptor
protected  MBeanServerInterceptor DefaultMBeanServerInterceptor.getNext()
           
 MBeanServerInterceptor MBeanServerInterceptorConfigurator.getHeadInterceptor()
          Returns the head interceptor.
 

Methods in mx4j.server.interceptor with parameters of type MBeanServerInterceptor
 void DefaultMBeanServerInterceptor.setNext(MBeanServerInterceptor next)
           
 void MBeanServerInterceptorConfigurator.addInterceptor(MBeanServerInterceptor interceptor)
          Append the given interceptor to the interceptor chain.
 void MBeanServerInterceptorConfigurator.registerInterceptor(MBeanServerInterceptor interceptor, ObjectName name)
          Append the given interceptor to the interceptor chain.
 void MBeanServerInterceptor.setNext(MBeanServerInterceptor next)
          Sets the next interceptor in the chain