org.jboss.aop.array
Class ByteArrayElementWriteInvocation
java.lang.Object
org.jboss.aop.joinpoint.InvocationBase
org.jboss.aop.array.ArrayElementInvocation
org.jboss.aop.array.ArrayElementWriteInvocation
org.jboss.aop.array.ByteArrayElementWriteInvocation
- All Implemented Interfaces:
- Serializable, Invocation
public class ByteArrayElementWriteInvocation
- extends ArrayElementWriteInvocation
- 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, 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 |
ByteArrayElementWriteInvocation
public ByteArrayElementWriteInvocation(Interceptor[] interceptors,
byte[] target,
int index,
byte value)
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
getValue
public Object getValue()
- Specified by:
getValue
in class ArrayElementWriteInvocation
getByteValue
public byte getByteValue()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.