org.jboss.aop.joinpoint
Class CallerInvocation
java.lang.Object
org.jboss.aop.joinpoint.InvocationBase
org.jboss.aop.joinpoint.CallerInvocation
- All Implemented Interfaces:
- Invocation, Serializable
- Direct Known Subclasses:
- ConstructorCalledByConstructorInvocation, ConstructorCalledByMethodInvocation, MethodCalledByConstructorInvocation, MethodCalledByMethodInvocation
- public abstract class CallerInvocation
- extends InvocationBase
- Version:
- $Revision: 1.11 $
- Author:
- Kabir Khan
- See Also:
- Serialized Form
| Methods inherited from class org.jboss.aop.joinpoint.InvocationBase |
addResponseAttachment, getAdvisor, getCurrentInterceptor, getInstanceResolver, getInterceptors, getMetaData, getMetaData, getResponseAttachment, getResponseContextInfo, getTargetObject, invokeNext, invokeNext, resolveAnnotation, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, setAdvisor, setInstanceResolver, setMetaData, setResponseContextInfo, setTargetObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallerInvocation
public CallerInvocation(Advisor advisor,
Interceptor[] interceptors)
CallerInvocation
public CallerInvocation(Interceptor[] interceptors)
Copyright © 2004 JBoss Inc. All Rights Reserved.