| Modifier and Type | Method and Description |
|---|---|
static InterceptorDescriptor |
SystemInterceptorProxy.createInterceptorDesc() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends InterceptorDescriptor> |
InterceptorInfo.getAroundConstructInterceptors() |
List<? extends InterceptorDescriptor> |
InterceptorInfo.getAroundInvokeInterceptors(Method m) |
List<? extends InterceptorDescriptor> |
InterceptorInfo.getPostConstructInterceptors() |
List<? extends InterceptorDescriptor> |
InterceptorInfo.getPreDestroyInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorInfo.setAroundConstructInterceptors(List<? extends InterceptorDescriptor> interceptors) |
void |
InterceptorInfo.setAroundInvokeInterceptorChains(Map<Method,List<? extends InterceptorDescriptor>> chains) |
void |
InterceptorInfo.setPostConstructInterceptors(List<? extends InterceptorDescriptor> interceptors) |
void |
InterceptorInfo.setPreDestroyInterceptors(List<? extends InterceptorDescriptor> interceptors) |
| 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 © 2020. All rights reserved.