Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.mx » interceptor » [javadoc | source]
org.jboss.mx.interceptor
public class: DynamicInterceptor [javadoc | source]
java.lang.Object
   org.jboss.mx.interceptor.AbstractInterceptor
      org.jboss.mx.interceptor.DynamicInterceptor

All Implemented Interfaces:
    Interceptor

Interceptor that provides access to the org.jboss.mx.server.Interceptable hooks for dynamically adding and removing interceptors to an MBean.
Field Summary
public static final  String ADD_INTERCEPTOR    methods implemented from org.jboss.mx.server.Interceptable 
public static final  String REMOVE_INTERCEPTOR     
 MBeanInvoker invoker    the invoker implementing Interceptable 
Fields inherited from org.jboss.mx.interceptor.AbstractInterceptor:
name,  isShared,  log
Constructor:
 public DynamicInterceptor(MBeanInvoker invoker) 
    CTOR
Method from org.jboss.mx.interceptor.DynamicInterceptor Summary:
invoke
Methods from org.jboss.mx.interceptor.AbstractInterceptor:
destroy,   getName,   init,   invoke,   isShared,   setLogger,   setName,   start,   stop,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.mx.interceptor.DynamicInterceptor Detail:
 public Object invoke(Invocation invocation) throws Throwable 
    Do the trick