| Modifier and Type | Method and Description |
|---|---|
static InterceptorDescriptor |
SystemInterceptorProxy.createInterceptorDesc() |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbInterceptor
Contains information about 1 ejb interceptor.
|
| Modifier and Type | Method and Description |
|---|---|
List<InterceptorDescriptor> |
ManagedBeanDescriptor.getAroundConstructCallbackInterceptors(Class clz,
Constructor ctor)
Return the ordered list of AroundConstruct interceptors
|
List<InterceptorDescriptor> |
ManagedBeanDescriptor.getAroundInvokeInterceptors(Method m)
Return the ordered list of interceptor info for AroundInvoke behavior
of a particular business method.
|
List<InterceptorDescriptor> |
ManagedBeanDescriptor.getCallbackInterceptors(LifecycleCallbackDescriptor.CallbackType type)
Return the ordered list of interceptor info for a particular
callback event type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbDescriptor.addFrameworkInterceptor(InterceptorDescriptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedBeanDescriptor.setClassInterceptorChain(List<InterceptorDescriptor> chain) |
void |
ManagedBeanDescriptor.setMethodLevelInterceptorChain(MethodDescriptor m,
List<InterceptorDescriptor> chain) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedBeanContext.setInterceptorMode(InterceptorDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
List<InterceptorDescriptor> |
EjbDescriptor.getFrameworkInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbDescriptor.addFrameworkInterceptor(InterceptorDescriptor interceptor) |
Copyright © 2017. All rights reserved.