|
||||||||||||
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.CallerInvocation
org.jboss.aop.joinpoint.MethodCalledByConstructorInvocation
org.jboss.aop.joinpoint.MethodCalledByConstructorInvocationWrapper
Comment
Field Summary |
---|
Fields inherited from class org.jboss.aop.joinpoint.MethodCalledByConstructorInvocation |
---|
arguments, calledMethod, calling |
Fields inherited from class org.jboss.aop.joinpoint.InvocationBase |
---|
advisor, currentInterceptor, instanceResolver, interceptors, metadata, responseContextInfo, targetObject |
Constructor Summary | |
---|---|
MethodCalledByConstructorInvocationWrapper(MethodCalledByConstructorInvocation wrapped,
Interceptor[] interceptors)
|
Method Summary | |
---|---|
void |
addResponseAttachment(Object key,
Object val)
|
Invocation |
copy()
Copies complete state of Invocation object. |
Advisor |
getAdvisor()
|
Object[] |
getArguments()
What are the arguments of the method call The are expressed as an Object[] array. |
Method |
getCalledMethod()
|
Constructor |
getCalling()
The constructor that is calling the method |
MetaDataResolver |
getInstanceResolver()
|
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 |
invokeNext()
Invoke on the next interceptor in the chain. |
void |
setArguments(Object[] arguments)
Change the arguments of the method call |
void |
setMetaData(SimpleMetaData data)
Set all the contextual data attached to this invocation |
void |
setResponseContextInfo(Map responseContextInfo)
|
void |
setTargetObject(Object targetObject)
|
Methods inherited from class org.jboss.aop.joinpoint.MethodCalledByConstructorInvocation |
---|
getWrapper |
Methods inherited from class org.jboss.aop.joinpoint.InvocationBase |
---|
getInterceptors, getMetaData, invokeNext, resolveAnnotation, 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 MethodCalledByConstructorInvocationWrapper(MethodCalledByConstructorInvocation wrapped, Interceptor[] interceptors)
Method Detail |
public Object getMetaData(Object group, Object attr)
MethodCalledByConstructorInvocation
getMetaData
in interface Invocation
getMetaData
in class MethodCalledByConstructorInvocation
public Object invokeNext() throws Throwable
MethodCalledByConstructorInvocation
invokeNext
in interface Invocation
invokeNext
in class MethodCalledByConstructorInvocation
Throwable
public MetaDataResolver getInstanceResolver()
getInstanceResolver
in class InvocationBase
public Object[] getArguments()
MethodCalledByConstructorInvocation
getArguments
in class MethodCalledByConstructorInvocation
public void setArguments(Object[] arguments)
MethodCalledByConstructorInvocation
setArguments
in class MethodCalledByConstructorInvocation
arguments
- public Constructor getCalling()
MethodCalledByConstructorInvocation
getCalling
in class MethodCalledByConstructorInvocation
public Method getCalledMethod()
getCalledMethod
in class MethodCalledByConstructorInvocation
public Map getResponseContextInfo()
getResponseContextInfo
in interface Invocation
getResponseContextInfo
in class InvocationBase
public void addResponseAttachment(Object key, Object val)
addResponseAttachment
in interface Invocation
addResponseAttachment
in class InvocationBase
public void setResponseContextInfo(Map responseContextInfo)
setResponseContextInfo
in interface Invocation
setResponseContextInfo
in class InvocationBase
public Object getResponseAttachment(Object key)
getResponseAttachment
in interface Invocation
getResponseAttachment
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
public Invocation copy()
MethodCalledByConstructorInvocation
copy
in interface Invocation
copy
in class MethodCalledByConstructorInvocation
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |