|
|||||||||||
| 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.ConstructorCalledByConstructorInvocation
org.jboss.aop.joinpoint.ConstructorCalledByConstructorInvocationWrapper
Comment
| Field Summary |
| Fields inherited from class org.jboss.aop.joinpoint.ConstructorCalledByConstructorInvocation |
arguments, calling, info |
| Fields inherited from class org.jboss.aop.joinpoint.InvocationBase |
advisor, currentInterceptor, instanceResolver, interceptors, metadata, responseContextInfo, targetObject |
| Constructor Summary | |
ConstructorCalledByConstructorInvocationWrapper(ConstructorCalledByConstructorInvocation wrapped,
Interceptor[] interceptors)
|
|
| Method Summary | |
void |
addResponseAttachment(Object key,
Object val)
|
Invocation |
copy()
Copies complete state of Invocation object. |
Advisor |
getAdvisor()
|
Object[] |
getArguments()
|
Constructor |
getCalledConstructor()
|
Constructor |
getCallingConstructor()
|
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()
|
Method |
getWrappingMethod()
Is the called constructor aspectized? If so then this method returns the method that wraps the constructor. |
Object |
invokeNext()
Invoke on the next interceptor in the chain. |
boolean |
isWrapped()
Is the called constructor aspectized? If so then there is a wrapping method that must be called. |
void |
setArguments(Object[] arguments)
|
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.ConstructorCalledByConstructorInvocation |
getWrapper |
| Methods inherited from class org.jboss.aop.joinpoint.InvocationBase |
getCurrentInterceptor, getInterceptors, 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 ConstructorCalledByConstructorInvocationWrapper(ConstructorCalledByConstructorInvocation wrapped,
Interceptor[] interceptors)
| Method Detail |
public Object getMetaData(Object group,
Object attr)
ConstructorCalledByConstructorInvocation
getMetaData in interface InvocationgetMetaData in class ConstructorCalledByConstructorInvocation
public Object invokeNext()
throws Throwable
ConstructorCalledByConstructorInvocation
invokeNext in interface InvocationinvokeNext in class ConstructorCalledByConstructorInvocationThrowablepublic MetaDataResolver getInstanceResolver()
getInstanceResolver in class InvocationBasepublic Object[] getArguments()
getArguments in class ConstructorCalledByConstructorInvocationpublic void setArguments(Object[] arguments)
setArguments in class ConstructorCalledByConstructorInvocationpublic Constructor getCallingConstructor()
getCallingConstructor in class ConstructorCalledByConstructorInvocationpublic Constructor getCalledConstructor()
getCalledConstructor in class ConstructorCalledByConstructorInvocationpublic boolean isWrapped()
ConstructorCalledByConstructorInvocation
isWrapped in class ConstructorCalledByConstructorInvocationpublic Method getWrappingMethod()
ConstructorCalledByConstructorInvocation
getWrappingMethod in class ConstructorCalledByConstructorInvocationpublic Invocation copy()
ConstructorCalledByConstructorInvocation
copy in interface Invocationcopy in class ConstructorCalledByConstructorInvocationpublic Map getResponseContextInfo()
getResponseContextInfo in interface InvocationgetResponseContextInfo in class InvocationBase
public void addResponseAttachment(Object key,
Object val)
addResponseAttachment in interface InvocationaddResponseAttachment in class InvocationBasepublic void setResponseContextInfo(Map responseContextInfo)
setResponseContextInfo in interface InvocationsetResponseContextInfo in class InvocationBasepublic Object getResponseAttachment(Object key)
getResponseAttachment in interface InvocationgetResponseAttachment in class InvocationBasepublic SimpleMetaData getMetaData()
InvocationBase
getMetaData in interface InvocationgetMetaData in class InvocationBasepublic void setMetaData(SimpleMetaData data)
InvocationBase
setMetaData in interface InvocationsetMetaData in class InvocationBasepublic Advisor getAdvisor()
getAdvisor in interface InvocationgetAdvisor in class InvocationBasepublic Object getTargetObject()
getTargetObject in interface InvocationgetTargetObject in class InvocationBasepublic void setTargetObject(Object targetObject)
setTargetObject in interface InvocationsetTargetObject in class InvocationBase
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||