org.jboss.aop.joinpoint
Class CallerInvocation
java.lang.Object
org.jboss.aop.joinpoint.InvocationBase
org.jboss.aop.joinpoint.CallerInvocation
- All Implemented Interfaces:
- Serializable, Invocation
- Direct Known Subclasses:
- ConstructorCalledByConstructorInvocation, ConstructorCalledByMethodInvocation, MethodCalledByConstructorInvocation, MethodCalledByMethodInvocation
public abstract class CallerInvocation
- extends InvocationBase
- Version:
- $Revision: 59691 $
- 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 |
callingObject
protected Object callingObject
CallerInvocation
public CallerInvocation(Advisor advisor,
Object callingObject,
Interceptor[] interceptors)
CallerInvocation
public CallerInvocation(Object callingObject,
Interceptor[] interceptors)
getCallingObject
public Object getCallingObject()
- Returns the caller object.
- Returns:
- the caller object
Copyright © 2004 JBoss Inc. All Rights Reserved.