org.jboss.aop.array
Class ObjectArrayElementReadInvocation

java.lang.Object
  extended by org.jboss.aop.joinpoint.InvocationBase
      extended by org.jboss.aop.array.ArrayElementInvocation
          extended by org.jboss.aop.array.ArrayElementReadInvocation
              extended by org.jboss.aop.array.ObjectArrayElementReadInvocation
All Implemented Interfaces:
Serializable, Invocation

public class ObjectArrayElementReadInvocation
extends ArrayElementReadInvocation

Version:
$Revision: 1.1 $
Author:
Kabir Khan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.aop.joinpoint.InvocationBase
advisor, currentInterceptor, instanceResolver, interceptors, metadata, responseContextInfo, targetObject
 
Constructor Summary
ObjectArrayElementReadInvocation(Interceptor[] interceptors, Object[] target, int index)
           
 
Method Summary
 Object invokeTarget()
          Invokes the target joinpoint for this invocation skipping any subsequent interceptors in the chain.
 
Methods inherited from class org.jboss.aop.array.ArrayElementInvocation
addResponseAttachment, copy, getAdvisor, getArrayOwners, getCurrentInterceptor, getIndex, getResponseAttachment, getResponseContextInfo, getWrapper, invokeNext, resolveAnnotation, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, resolveTypedAnnotation, resolveTypedAnnotation, resolveTypedClassAnnotation, setAdvisor, setInstanceResolver, setResponseContextInfo
 
Methods inherited from class org.jboss.aop.joinpoint.InvocationBase
getInstanceResolver, getInterceptors, getMetaData, getMetaData, getTargetObject, invokeNext, setMetaData, setTargetObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectArrayElementReadInvocation

public ObjectArrayElementReadInvocation(Interceptor[] interceptors,
                                        Object[] target,
                                        int index)
Method Detail

invokeTarget

public Object invokeTarget()
Description copied from class: InvocationBase
Invokes the target joinpoint for this invocation skipping any subsequent interceptors in the chain.

Specified by:
invokeTarget in interface Invocation
Specified by:
invokeTarget in class ArrayElementInvocation


Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.