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

All Implemented Interfaces:
    Interceptor

Direct Known Subclasses:
    AttributeDispatcher

Field Summary
protected  Method method     
protected  boolean dynamic     
Fields inherited from org.jboss.mx.interceptor.AbstractInterceptor:
name,  isShared,  log
Constructor:
 public ReflectedDispatcher() 
 public ReflectedDispatcher(boolean dynamic) 
 public ReflectedDispatcher(Method m,
    boolean dynamic) 
Method from org.jboss.mx.interceptor.ReflectedDispatcher Summary:
handleInvocationExceptions,   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.ReflectedDispatcher Detail:
 protected  void handleInvocationExceptions(Throwable t) throws Throwable 
 public Object invoke(Invocation invocation) throws Throwable