public class FieldReadInvocation extends FieldInvocation
field, indexadvisor, 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, resolveTypedAnnotationaddResponseAttachment, getAdvisor, getCurrentInterceptor, getInstanceResolver, getInterceptors, getMetaData, getResponseAttachment, getResponseContextInfo, getTargetObject, invokeNext, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, resolveTypedAnnotation, resolveTypedClassAnnotation, setAdvisor, setInstanceResolver, setMetaData, setResponseContextInfo, setTargetObjectpublic 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 InvocationinvokeNext in class InvocationBaseThrowablepublic Object invokeTarget() throws Throwable
invokeTarget in interface InvocationinvokeTarget in class InvocationBaseThrowablepublic Invocation getWrapper(Interceptor[] newchain)
newchain - public Invocation copy()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.