org.jboss.aop.array
Class ArrayElementReadInvocation
java.lang.Object
org.jboss.aop.joinpoint.InvocationBase
org.jboss.aop.array.ArrayElementInvocation
org.jboss.aop.array.ArrayElementReadInvocation
- All Implemented Interfaces:
- Serializable, Invocation
- Direct Known Subclasses:
- BooleanArrayElementReadInvocation, ByteArrayElementReadInvocation, CharArrayElementReadInvocation, DoubleArrayElementReadInvocation, FloatArrayElementReadInvocation, IntArrayElementReadInvocation, LongArrayElementReadInvocation, ObjectArrayElementReadInvocation, ShortArrayElementReadInvocation
public abstract class ArrayElementReadInvocation
- extends ArrayElementInvocation
- Version:
- $Revision: 1.1 $
- Author:
- Kabir Khan
- See Also:
- Serialized Form
Methods inherited from class org.jboss.aop.array.ArrayElementInvocation |
addResponseAttachment, copy, getAdvisor, getArrayOwners, getCurrentInterceptor, getIndex, getResponseAttachment, getResponseContextInfo, getWrapper, invokeNext, invokeTarget, resolveAnnotation, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, resolveTypedAnnotation, resolveTypedAnnotation, resolveTypedClassAnnotation, setAdvisor, setInstanceResolver, setResponseContextInfo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayElementReadInvocation
public ArrayElementReadInvocation(Interceptor[] interceptors,
Object array,
int index)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.