public class FieldReadInvocation extends FieldInvocation
field, index
advisor, currentInterceptor, instanceResolver, interceptors, metadata, responseContextInfo, targetObject
Modifier | Constructor and Description |
---|---|
protected |
FieldReadInvocation(FieldInfo info,
Interceptor[] interceptors) |
|
FieldReadInvocation(Field field,
int index,
Interceptor[] interceptors) |
protected |
FieldReadInvocation(Interceptor[] interceptors) |
Modifier and Type | Method and Description |
---|---|
Invocation |
copy()
Copies complete state of Invocation object.
|
Invocation |
getWrapper(Interceptor[] newchain)
Get a wrapper invocation object that can insert a new chain of interceptors
at runtime to the invocation flow.
|
Object |
invokeNext()
Invoke on the next interceptor in the chain.
|
Object |
invokeTarget()
Invokes the target joinpoint for this invocation skipping any subsequent
interceptors in the chain.
|
String |
toString() |
getField, getIndex, getMetaData, resolveAnnotation, resolveTypedAnnotation
addResponseAttachment, getAdvisor, getCurrentInterceptor, getInstanceResolver, getInterceptors, getMetaData, getResponseAttachment, getResponseContextInfo, getTargetObject, invokeNext, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, resolveTypedAnnotation, resolveTypedClassAnnotation, setAdvisor, setInstanceResolver, setMetaData, setResponseContextInfo, setTargetObject
public FieldReadInvocation(Field field, int index, Interceptor[] interceptors)
protected FieldReadInvocation(Interceptor[] interceptors)
protected FieldReadInvocation(FieldInfo info, Interceptor[] interceptors)
public Object invokeNext() throws Throwable
invokeNext
in interface Invocation
invokeNext
in class InvocationBase
Throwable
public Object invokeTarget() throws Throwable
invokeTarget
in interface Invocation
invokeTarget
in class InvocationBase
Throwable
public Invocation getWrapper(Interceptor[] newchain)
newchain
- public Invocation copy()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.