| Package | Description |
|---|---|
| com.sun.ejb | |
| com.sun.ejb.containers.interceptors |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbInvocation
The EjbInvocation object contains state associated with an invocation
on an EJB or EJBHome (local/remote).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AroundInvokeInvocationContext
Concrete InvocationContext implementation passed to callback methods
defined in interceptor classes.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
InterceptorManager.intercept(InterceptorManager.InterceptorChain chain,
InterceptorManager.AroundInvokeContext ctx) |
Object |
InterceptorManager.InterceptorChain.invokeNext(int index,
InterceptorManager.AroundInvokeContext invCtx) |
Copyright © 2017. All rights reserved.