| Modifier and Type | Method and Description |
|---|---|
abstract EjbInterceptor |
EjbBundleDescriptor.getInterceptorByClassName(String className) |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<EjbInterceptor> |
EjbBundleDescriptor.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbDescriptor.addInterceptorClass(EjbInterceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbDescriptor.addMethodLevelChain(List<EjbInterceptor> chain,
Method m,
boolean aroundInvoke) |
void |
EjbDescriptor.appendToInterceptorChain(List<EjbInterceptor> chain) |
| Modifier and Type | Method and Description |
|---|---|
EjbInterceptor |
EjbInterceptorContext.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbInterceptorContext.setDescriptor(EjbInterceptor ejbInterceptor) |
| Constructor and Description |
|---|
EjbInterceptorContext(EjbInterceptor ejbInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
EjbInterceptor |
EjbBundleDescriptorImpl.getInterceptorByClassName(String className) |
| Modifier and Type | Method and Description |
|---|---|
List<EjbInterceptor> |
EjbDescriptor.getAroundInvokeInterceptors(MethodDescriptor businessMethod)
Return the ordered list of interceptor info for AroundInvoke behavior
of a particular business method.
|
List<EjbInterceptor> |
EjbDescriptor.getAroundTimeoutInterceptors(MethodDescriptor businessMethod)
Return the ordered list of interceptor info for AroundTimeout behavior
of a particular business method.
|
List<EjbInterceptor> |
EjbDescriptor.getCallbackInterceptors(LifecycleCallbackDescriptor.CallbackType type)
Return the ordered list of interceptor info for a particular
callback event type.
|
List<EjbInterceptor> |
EjbDescriptor.getInterceptorChain() |
Set<EjbInterceptor> |
EjbDescriptor.getInterceptorClasses()
Return an unordered set of interceptor descriptors for this bean.
|
Set<EjbInterceptor> |
EjbBundleDescriptorImpl.getInterceptors() |
Map<MethodDescriptor,List<EjbInterceptor>> |
EjbDescriptor.getMethodInterceptorsMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbBundleDescriptorImpl.addInterceptor(EjbInterceptor interceptor) |
void |
EjbDescriptor.addInterceptorClass(EjbInterceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbDescriptor.addMethodLevelChain(List<EjbInterceptor> chain,
Method m,
boolean aroundInvoke) |
void |
EjbDescriptor.appendToInterceptorChain(List<EjbInterceptor> chain) |
| Modifier and Type | Method and Description |
|---|---|
EjbInterceptor |
EjbInterceptorNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
EjbInterceptorNode.writeDescriptor(Node parent,
String nodeName,
EjbInterceptor descriptor) |
| Modifier and Type | Field and Description |
|---|---|
Set<EjbInterceptor> |
InterceptorBindingTranslator.TranslationResults.allInterceptorClasses |
List<EjbInterceptor> |
InterceptorBindingTranslator.TranslationResults.classInterceptorChain |
Map<MethodDescriptor,List<EjbInterceptor>> |
InterceptorBindingTranslator.TranslationResults.methodInterceptorsMap |
Copyright © 2017. All rights reserved.