|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorData | |
---|---|
org.apache.openejb | |
org.apache.openejb.assembler.classic | |
org.apache.openejb.core | |
org.apache.openejb.core.interceptor | |
org.apache.openejb.monitoring |
Uses of InterceptorData in org.apache.openejb |
---|
Methods in org.apache.openejb that return types with arguments of type InterceptorData | |
---|---|
java.util.List<InterceptorData> |
DeploymentInfo.getMethodInterceptors(java.lang.reflect.Method method)
|
Uses of InterceptorData in org.apache.openejb.assembler.classic |
---|
Fields in org.apache.openejb.assembler.classic with type parameters of type InterceptorData | |
---|---|
java.util.List<InterceptorData> |
InterceptorBuilder.classInterceptors
|
java.util.List<InterceptorData> |
InterceptorBuilder.defaultInterceptors
|
Methods in org.apache.openejb.assembler.classic that return types with arguments of type InterceptorData | |
---|---|
java.util.List<InterceptorData> |
InterceptorBuilder.build(java.lang.reflect.Method method)
|
Uses of InterceptorData in org.apache.openejb.core |
---|
Methods in org.apache.openejb.core that return types with arguments of type InterceptorData | |
---|---|
java.util.List<InterceptorData> |
CoreDeploymentInfo.getCallbackInterceptors()
|
java.util.Set<InterceptorData> |
CoreDeploymentInfo.getInstanceScopedInterceptors()
When an instance of an EJB is instantiated, everything in this list is also instatiated and tied to the bean instance. |
java.util.List<InterceptorData> |
CoreDeploymentInfo.getMethodInterceptors(java.lang.reflect.Method method)
|
Method parameters in org.apache.openejb.core with type arguments of type InterceptorData | |
---|---|
void |
CoreDeploymentInfo.setCallbackInterceptors(java.util.List<InterceptorData> callbackInterceptors)
|
void |
CoreDeploymentInfo.setMethodInterceptors(java.lang.reflect.Method method,
java.util.List<InterceptorData> interceptors)
|
Uses of InterceptorData in org.apache.openejb.core.interceptor |
---|
Methods in org.apache.openejb.core.interceptor that return InterceptorData | |
---|---|
InterceptorData |
InterceptorInstance.getData()
|
static InterceptorData |
InterceptorData.scan(java.lang.Class<?> clazz)
|
Constructors in org.apache.openejb.core.interceptor with parameters of type InterceptorData | |
---|---|
InterceptorInstance(java.lang.Object interceptor,
InterceptorData data)
|
Constructor parameters in org.apache.openejb.core.interceptor with type arguments of type InterceptorData | |
---|---|
InterceptorStack(java.lang.Object beanInstance,
java.lang.reflect.Method targetMethod,
Operation operation,
java.util.List<InterceptorData> interceptorDatas,
java.util.Map<java.lang.String,java.lang.Object> interceptorInstances)
|
Uses of InterceptorData in org.apache.openejb.monitoring |
---|
Fields in org.apache.openejb.monitoring declared as InterceptorData | |
---|---|
static InterceptorData |
StatsInterceptor.metadata
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |