|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Invocation | |
org.jboss.aop | |
org.jboss.aop.advice | |
org.jboss.aop.joinpoint | |
org.jboss.aop.metadata | |
org.jboss.aop.pointcut | |
org.jboss.aop.proxy | |
org.jboss.aop.reflection |
Uses of Invocation in org.jboss.aop |
Methods in org.jboss.aop with parameters of type Invocation | |
Object |
ClassAdvisor.invoke(Invocation invocation)
Helper method This is the end of the chain |
InvocationResponse |
Advisor.dynamicInvoke(Object target,
Invocation invocation)
|
InvocationResponse |
Dispatcher.invoke(Invocation invocation)
|
Uses of Invocation in org.jboss.aop.advice |
Methods in org.jboss.aop.advice with parameters of type Invocation | |
Object |
PerInstanceInterceptor.invoke(Invocation invocation)
|
protected Method |
AbstractAdvice.resolveAdvice(Invocation invocation)
|
Object |
PerJoinpointAdvice.invoke(Invocation invocation)
|
Object |
PerJoinpointInterceptor.invoke(Invocation invocation)
|
Object |
Interceptor.invoke(Invocation invocation)
|
Object |
PerInstanceAdvice.invoke(Invocation invocation)
|
Object |
CFlowInterceptor.invoke(Invocation invocation)
|
Uses of Invocation in org.jboss.aop.joinpoint |
Classes in org.jboss.aop.joinpoint that implement Invocation | |
class |
CallerInvocation
|
class |
ConstructionInvocation
This is a helper wrapper class for an Invocation object. |
class |
ConstructionInvocationWrapper
Comment |
class |
ConstructorCalledByConstructorInvocation
This is a helper wrapper class for an Invocation object. |
class |
ConstructorCalledByConstructorInvocationWrapper
Comment |
class |
ConstructorCalledByMethodInvocation
This is a helper wrapper class for an Invocation object. |
class |
ConstructorCalledByMethodInvocationWrapper
Comment |
class |
ConstructorInvocation
This is a helper wrapper class for an Invocation object. |
class |
ConstructorInvocationWrapper
Comment |
class |
FieldInvocation
This is a helper wrapper class for an Invocation object. |
class |
FieldReadInvocation
This is a helper wrapper class for an Invocation object. |
class |
FieldReadInvocationWrapper
Comment |
class |
FieldWriteInvocation
This is a helper wrapper class for an Invocation object. |
class |
FieldWriteInvocationWrapper
Comment |
class |
InvocationBase
This is a generic object that is used in intercepted invocations on field access, constructor, and methods |
class |
MethodCalledByConstructorInvocation
This is a helper wrapper class for an Invocation object. |
class |
MethodCalledByConstructorInvocationWrapper
Comment |
class |
MethodCalledByMethodInvocation
This is a helper wrapper class for an Invocation object. |
class |
MethodCalledByMethodInvocationWrapper
Comment |
class |
MethodInvocation
|
class |
MethodInvocationWrapper
This wrapper class allows you to insert a chain of interceptors into the middle of a call stack. |
Methods in org.jboss.aop.joinpoint that return Invocation | |
Invocation |
FieldWriteInvocationWrapper.copy()
|
Invocation |
MethodInvocation.getWrapper(Interceptor[] newchain)
Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow. |
Invocation |
MethodInvocation.copy()
Copies complete state of Invocation object. |
Invocation |
MethodInvocationWrapper.copy()
|
Invocation |
ConstructionInvocation.getWrapper(Interceptor[] newchain)
Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow. |
Invocation |
ConstructionInvocation.copy()
Copies complete state of Invocation object. |
Invocation |
Invocation.getWrapper(Interceptor[] newchain)
Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow. |
Invocation |
Invocation.copy()
Copies complete state of Invocation object so that it could possibly be reused in a spawned thread. |
Invocation |
MethodCalledByConstructorInvocationWrapper.copy()
|
Invocation |
ConstructorCalledByMethodInvocation.getWrapper(Interceptor[] newchain)
Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow. |
Invocation |
ConstructorCalledByMethodInvocation.copy()
Copies complete state of Invocation object. |
Invocation |
ConstructorInvocation.getWrapper(Interceptor[] newchain)
Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow. |
Invocation |
ConstructorInvocation.copy()
Copies complete state of Invocation object. |
static Invocation |
CurrentInvocation.get()
|
Invocation |
ConstructorCalledByConstructorInvocationWrapper.copy()
|
Invocation |
FieldReadInvocation.getWrapper(Interceptor[] newchain)
Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow. |
Invocation |
FieldReadInvocation.copy()
Copies complete state of Invocation object. |
Invocation |
ConstructionInvocationWrapper.copy()
|
Invocation |
ConstructorCalledByMethodInvocationWrapper.copy()
|
Invocation |
MethodCalledByConstructorInvocation.getWrapper(Interceptor[] newchain)
Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow. |
Invocation |
MethodCalledByConstructorInvocation.copy()
Copies complete state of Invocation object. |
Invocation |
MethodCalledByMethodInvocationWrapper.copy()
|
Invocation |
MethodCalledByMethodInvocation.getWrapper(Interceptor[] newchain)
Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow. |
Invocation |
MethodCalledByMethodInvocation.copy()
Copies complete state of Invocation object. |
Invocation |
ConstructorInvocationWrapper.copy()
|
Invocation |
ConstructorCalledByConstructorInvocation.getWrapper(Interceptor[] newchain)
Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow. |
Invocation |
ConstructorCalledByConstructorInvocation.copy()
Copies complete state of Invocation object. |
Invocation |
FieldWriteInvocation.getWrapper(Interceptor[] newchain)
Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow. |
Invocation |
FieldWriteInvocation.copy()
Copies complete state of Invocation object. |
Invocation |
FieldReadInvocationWrapper.copy()
|
Methods in org.jboss.aop.joinpoint with parameters of type Invocation | |
static void |
CurrentInvocation.push(Invocation invocation)
|
Constructors in org.jboss.aop.joinpoint with parameters of type Invocation | |
InvocationBase(Invocation invocation)
Copy constructor. |
Uses of Invocation in org.jboss.aop.metadata |
Methods in org.jboss.aop.metadata with parameters of type Invocation | |
Object |
SimpleMetaData.resolve(Invocation invocation,
Object tag,
Object attr)
|
SimpleMetaData |
SimpleMetaData.getAllMetaData(Invocation invocation)
|
Object |
ConstructorMetaData.resolve(Invocation invocation,
Object tag,
Object attr)
|
SimpleMetaData |
ConstructorMetaData.getAllMetaData(Invocation invocation)
|
Object |
FieldMetaData.resolve(Invocation invocation,
Object tag,
Object attr)
|
SimpleMetaData |
FieldMetaData.getAllMetaData(Invocation invocation)
|
Object |
MethodMetaData.resolve(Invocation invocation,
Object tag,
Object attr)
|
SimpleMetaData |
MethodMetaData.getAllMetaData(Invocation invocation)
|
Object |
ThreadMetaData.resolve(Invocation invocation,
Object tag,
Object attr)
|
SimpleMetaData |
ThreadMetaData.getAllMetaData(Invocation invocation)
|
Object |
MetaDataResolver.resolve(Invocation invocation,
Object tag,
Object attr)
|
SimpleMetaData |
MetaDataResolver.getAllMetaData(Invocation invocation)
Get all metadata that belong with the context of this invocation |
Uses of Invocation in org.jboss.aop.pointcut |
Methods in org.jboss.aop.pointcut with parameters of type Invocation | |
boolean |
DynamicCFlow.shouldExecute(Invocation invocation)
|
boolean |
CFlowMatcher.matches(ASTCFlowExpression expr,
Invocation invocation)
|
boolean |
JoinPointMatcher.matches(Invocation invocation)
|
Uses of Invocation in org.jboss.aop.proxy |
Classes in org.jboss.aop.proxy that implement Invocation | |
class |
ProxyMethodInvocation
Comment |
Methods in org.jboss.aop.proxy with parameters of type Invocation | |
InvocationResponse |
ClassProxy._dynamicInvoke(Invocation invocation)
|
InvocationResponse |
Proxy._dynamicInvoke(Invocation invocation)
|
InvocationResponse |
ClassProxyTemplate._dynamicInvoke(Invocation invocation)
|
Uses of Invocation in org.jboss.aop.reflection |
Methods in org.jboss.aop.reflection with parameters of type Invocation | |
protected Object |
ReflectionAspect.interceptConstructor(Invocation invocation,
Constructor constructor,
Object[] args)
Overridable advice for a Constructor.newInstance() or Class.newInstance() call. |
protected Object |
ReflectionAspect.interceptFieldRead(Invocation invocation,
Field field,
Object instance)
Overridable advice for a Field.setXXX() call. |
protected Object |
ReflectionAspect.interceptFieldWrite(Invocation invocation,
Field field,
Object instance,
Object arg)
Overridable advice for a Field.setXXX() call. |
protected Object |
ReflectionAspect.interceptMethod(Invocation invocation,
Method method,
Object instance,
Object[] args)
Overridable advice for a Method.invoke() call. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |