org.jboss.aop.joinpoint
Class CallerInvocation

java.lang.Object
  extended by org.jboss.aop.joinpoint.InvocationBase
      extended by 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

Field Summary
protected  Object callingObject
           
 
Fields inherited from class org.jboss.aop.joinpoint.InvocationBase
advisor, currentInterceptor, instanceResolver, interceptors, metadata, responseContextInfo, targetObject
 
Constructor Summary
CallerInvocation(Advisor advisor, Object callingObject, Interceptor[] interceptors)
           
CallerInvocation(Object callingObject, Interceptor[] interceptors)
           
 
Method Summary
 Object getCallingObject()
          Returns the caller object.
 
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
 
Methods inherited from interface org.jboss.aop.joinpoint.Invocation
copy, getWrapper
 

Field Detail

callingObject

protected Object callingObject
Constructor Detail

CallerInvocation

public CallerInvocation(Advisor advisor,
                        Object callingObject,
                        Interceptor[] interceptors)

CallerInvocation

public CallerInvocation(Object callingObject,
                        Interceptor[] interceptors)
Method Detail

getCallingObject

public Object getCallingObject()
Returns the caller object.

Returns:
the caller object


Copyright © 2004 JBoss Inc. All Rights Reserved.