Uses of Interface
com.sun.ejb.containers.interceptors.InterceptorManager.AroundInvokeContext
-
Packages that use InterceptorManager.AroundInvokeContext Package Description com.sun.ejb com.sun.ejb.containers.interceptors -
-
Uses of InterceptorManager.AroundInvokeContext in com.sun.ejb
Classes in com.sun.ejb that implement InterceptorManager.AroundInvokeContext Modifier and Type Class Description classEjbInvocationThe EjbInvocation object contains state associated with an invocation on an EJB or EJBHome (local/remote). -
Uses of InterceptorManager.AroundInvokeContext in com.sun.ejb.containers.interceptors
Classes in com.sun.ejb.containers.interceptors that implement InterceptorManager.AroundInvokeContext Modifier and Type Class Description classAroundInvokeInvocationContextConcrete InvocationContext implementation passed to callback methods defined in interceptor classes.Methods in com.sun.ejb.containers.interceptors with parameters of type InterceptorManager.AroundInvokeContext Modifier and Type Method Description ObjectInterceptorManager. intercept(InterceptorManager.InterceptorChain chain, InterceptorManager.AroundInvokeContext ctx)ObjectInterceptorManager.InterceptorChain. invokeNext(int index, InterceptorManager.AroundInvokeContext invCtx)
-