| Package | Description |
|---|---|
| com.sun.ejb | |
| com.sun.ejb.containers.interceptors |
| Modifier and Type | Field and Description |
|---|---|
InterceptorManager.InterceptorChain |
InvocationInfo.interceptorChain |
| Modifier and Type | Method and Description |
|---|---|
InterceptorManager.InterceptorChain |
EjbInvocation.getInterceptorChain() |
| Modifier and Type | Method and Description |
|---|---|
InterceptorManager.InterceptorChain |
InterceptorManager.getAroundInvokeChain(MethodDescriptor mDesc,
Method beanMethod) |
InterceptorManager.InterceptorChain |
InterceptorManager.getAroundTimeoutChain(MethodDescriptor mDesc,
Method beanMethod) |
| Modifier and Type | Method and Description |
|---|---|
Object |
InterceptorManager.intercept(InterceptorManager.InterceptorChain chain,
InterceptorManager.AroundInvokeContext ctx) |
| Constructor and Description |
|---|
AroundInvokeInvocationContext(Object targetObjectInstance,
Object[] interceptorInstances,
InterceptorManager.InterceptorChain chain,
Method m,
Object[] params) |
Copyright © 2017. All rights reserved.