org.jboss.aop.array
Class ArrayElementWriteInvocation
java.lang.Object
org.jboss.aop.joinpoint.InvocationBase
org.jboss.aop.array.ArrayElementInvocation
org.jboss.aop.array.ArrayElementWriteInvocation
- All Implemented Interfaces:
- Serializable, Invocation
- Direct Known Subclasses:
- BooleanArrayElementWriteInvocation, ByteArrayElementWriteInvocation, CharArrayElementWriteInvocation, DoubleArrayElementWriteInvocation, FloatArrayElementWriteInvocation, IntArrayElementWriteInvocation, LongArrayElementWriteInvocation, ObjectArrayElementWriteInvocation, ShortArrayElementWriteInvocation
public abstract class ArrayElementWriteInvocation
- 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 |
ArrayElementWriteInvocation
public ArrayElementWriteInvocation(Interceptor[] interceptors,
Object array,
int index)
getValue
public abstract Object getValue()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.