|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aop.joinpoint.InvocationBase
org.jboss.aop.joinpoint.FieldInvocation
org.jboss.aop.joinpoint.FieldWriteInvocation
org.jboss.aop.joinpoint.FieldWriteInvocationWrapper
public class FieldWriteInvocationWrapper
Comment
Field Summary |
---|
Fields inherited from class org.jboss.aop.joinpoint.FieldWriteInvocation |
---|
value |
Fields inherited from class org.jboss.aop.joinpoint.FieldInvocation |
---|
field, index |
Fields inherited from class org.jboss.aop.joinpoint.InvocationBase |
---|
advisor, currentInterceptor, instanceResolver, interceptors, metadata, responseContextInfo, targetObject |
Constructor Summary | |
---|---|
FieldWriteInvocationWrapper(FieldWriteInvocation wrapped,
Interceptor[] interceptors)
|
Method Summary | |
---|---|
void |
addResponseAttachment(Object key,
Object val)
|
Invocation |
copy()
Copies complete state of Invocation object. |
Advisor |
getAdvisor()
|
Field |
getField()
This is the field the invocation is accessing |
int |
getIndex()
This is an index into the Field[] array accessed through the ClassAdvisor |
MetaDataResolver |
getInstanceResolver()
|
SimpleMetaData |
getMetaData()
Return all the contextual data attached to this invocation |
Object |
getMetaData(Object group,
Object attr)
This method resolves metadata based on the context of the invocation. |
Object |
getResponseAttachment(Object key)
|
Map |
getResponseContextInfo()
|
Object |
getTargetObject()
|
Object |
getValue()
|
Object |
invokeNext()
Invoke on the next interceptor in the chain. |
void |
setMetaData(SimpleMetaData data)
Set all the contextual data attached to this invocation |
void |
setResponseContextInfo(Map responseContextInfo)
|
void |
setTargetObject(Object targetObject)
|
void |
setValue(Object value)
|
Methods inherited from class org.jboss.aop.joinpoint.FieldWriteInvocation |
---|
getWrapper |
Methods inherited from class org.jboss.aop.joinpoint.FieldInvocation |
---|
resolveAnnotation |
Methods inherited from class org.jboss.aop.joinpoint.InvocationBase |
---|
getCurrentInterceptor, getInterceptors, invokeNext, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, setAdvisor, setInstanceResolver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldWriteInvocationWrapper(FieldWriteInvocation wrapped, Interceptor[] interceptors)
Method Detail |
---|
public Object getMetaData(Object group, Object attr)
FieldInvocation
getMetaData
in interface Invocation
getMetaData
in class FieldInvocation
public Object invokeNext() throws Throwable
FieldWriteInvocation
invokeNext
in interface Invocation
invokeNext
in class FieldWriteInvocation
Throwable
public MetaDataResolver getInstanceResolver()
getInstanceResolver
in class InvocationBase
public Invocation copy()
FieldWriteInvocation
copy
in interface Invocation
copy
in class FieldWriteInvocation
public Object getValue()
getValue
in class FieldWriteInvocation
public void setValue(Object value)
setValue
in class FieldWriteInvocation
public Field getField()
FieldInvocation
getField
in class FieldInvocation
public int getIndex()
FieldInvocation
getIndex
in class FieldInvocation
public Map getResponseContextInfo()
getResponseContextInfo
in interface Invocation
getResponseContextInfo
in class InvocationBase
public void setResponseContextInfo(Map responseContextInfo)
setResponseContextInfo
in interface Invocation
setResponseContextInfo
in class InvocationBase
public void addResponseAttachment(Object key, Object val)
addResponseAttachment
in interface Invocation
addResponseAttachment
in class InvocationBase
public Object getResponseAttachment(Object key)
getResponseAttachment
in interface Invocation
getResponseAttachment
in class InvocationBase
public SimpleMetaData getMetaData()
InvocationBase
getMetaData
in interface Invocation
getMetaData
in class InvocationBase
public void setMetaData(SimpleMetaData data)
InvocationBase
setMetaData
in interface Invocation
setMetaData
in class InvocationBase
public Advisor getAdvisor()
getAdvisor
in interface Invocation
getAdvisor
in class InvocationBase
public Object getTargetObject()
getTargetObject
in interface Invocation
getTargetObject
in class InvocationBase
public void setTargetObject(Object targetObject)
setTargetObject
in interface Invocation
setTargetObject
in class InvocationBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |