Save This Page
Home » openejb-3.0-src » org.apache » openejb » core » interceptor » [javadoc | source]
org.apache.openejb.core.interceptor
public class: InterceptorStack [javadoc | source]
java.lang.Object
   org.apache.openejb.core.interceptor.InterceptorStack
Constructor:
 public InterceptorStack(Object beanInstance,
    Method targetMethod,
    Operation operation,
    List interceptorDatas,
    Map interceptorInstances) 
Method from org.apache.openejb.core.interceptor.InterceptorStack Summary:
createInvocationContext,   invoke,   invoke,   invoke
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openejb.core.interceptor.InterceptorStack Detail:
 public InvocationContext createInvocationContext(Object parameters) 
 public Object invoke(Object parameters) throws Exception 
 public Object invoke(MessageContext messageContext,
    Object parameters) throws Exception 
 public Object invoke(MessageContext messageContext,
    Object parameters) throws Exception