| Package | Description |
|---|---|
| org.apache.openejb | |
| org.apache.openejb.core.interceptor | |
| org.apache.openejb.monitoring |
| Modifier and Type | Method and Description |
|---|---|
List<InterceptorData> |
BeanContext.getCallbackInterceptors() |
List<InterceptorData> |
BeanContext.getCdiInterceptors() |
Set<InterceptorData> |
BeanContext.getInstanceScopedInterceptors()
When an instance of an EJB is instantiated, everything in this list
is also instatiated and tied to the bean instance.
|
List<InterceptorData> |
BeanContext.getInterceptorData() |
List<InterceptorData> |
MethodContext.getInterceptors() |
List<InterceptorData> |
BeanContext.getMethodInterceptors(Method method) |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodContext.addCdiInterceptor(InterceptorData data) |
void |
BeanContext.addCdiMethodInterceptor(Method method,
InterceptorData interceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanContext.setCallbackInterceptors(List<InterceptorData> callbackInterceptors) |
void |
BeanContext.setCdiInterceptors(List<InterceptorData> cdiInterceptors) |
void |
MethodContext.setInterceptors(List<InterceptorData> interceptors) |
void |
BeanContext.setMethodInterceptors(Method method,
List<InterceptorData> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
InterceptorData |
InterceptorInstance.getData() |
static InterceptorData |
InterceptorData.scan(Class<?> clazz) |
| Constructor and Description |
|---|
InterceptorInstance(Object interceptor,
InterceptorData data) |
| Constructor and Description |
|---|
InterceptorStack(Object beanInstance,
Method targetMethod,
Operation operation,
List<InterceptorData> interceptorDatas,
Map<String,Object> interceptorInstances) |
| Modifier and Type | Field and Description |
|---|---|
static InterceptorData |
StatsInterceptor.metadata |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.