JBoss AOP Parent POM 2.2.2.GA

Serialized Form


Package org.jboss.aop

Class org.jboss.aop.ClassInstanceAdvisor extends Object implements Serializable

serialVersionUID: -3057976129116723527L

Serialized Fields

insertedInterceptors

ArrayList<E> insertedInterceptors

appendedInterceptors

ArrayList<E> appendedInterceptors

instanceRef

WeakReference<T> instanceRef

hasInstanceAspects

boolean hasInstanceAspects

stacks

Map<K,V> stacks

interceptorChainObserver

org.jboss.aop.InterceptorChainObserver interceptorChainObserver
aspects is a weak hash map of AspectDefinitions so that perinstance advices can be undeployed/redeployed


delegate

InstanceAdvisorDelegate delegate

Class org.jboss.aop.DispatcherConnectException extends Exception implements Serializable

serialVersionUID: -1502745917111812781L

Class org.jboss.aop.GeneratedInstanceAdvisorMixin extends Object implements Serializable

serialVersionUID: -3057976129116723527L

Serialized Fields

insertedInterceptors

ArrayList<E> insertedInterceptors

appendedInterceptors

ArrayList<E> appendedInterceptors

instanceRef

WeakReference<T> instanceRef

hasInstanceAspects

boolean hasInstanceAspects

interceptorChainObserver

org.jboss.aop.InterceptorChainObserver interceptorChainObserver

delegate

InstanceAdvisorDelegate delegate

stacks

Map<K,V> stacks

Class org.jboss.aop.InstanceAdvisorDelegate extends Object implements Serializable

serialVersionUID: -5421366346785427537L

Serialized Fields

instanceAdvisor

InstanceAdvisor instanceAdvisor

metadata

SimpleMetaData metadata

Class org.jboss.aop.NotFoundInDispatcherException extends DispatcherConnectException implements Serializable

serialVersionUID: -5020740195889379757L

Serialized Fields

oid

Object oid

Package org.jboss.aop.advice

Class org.jboss.aop.advice.InvalidAdviceException extends RuntimeException implements Serializable

serialVersionUID: -7761721818447236098L

Class org.jboss.aop.advice.NoMatchingAdviceException extends RuntimeException implements Serializable

serialVersionUID: 2170206416883695862L


Package org.jboss.aop.annotation.compiler

Class org.jboss.aop.annotation.compiler.AnnotationDocletTag extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

value

String value

lineNumber

int lineNumber

ast

org.jboss.annotation.factory.ast.ASTAnnotation ast

owner

com.thoughtworks.qdox.model.AbstractJavaEntity owner

Class org.jboss.aop.annotation.compiler.AnnotationDocletTagFactory extends Object implements Serializable

serialVersionUID: 1L


Package org.jboss.aop.array

Class org.jboss.aop.array.ArrayElementInvocation extends InvocationBase implements Serializable

serialVersionUID: 1L

Serialized Fields

index

int index

Class org.jboss.aop.array.ArrayElementReadInvocation extends ArrayElementInvocation implements Serializable

serialVersionUID: 1L

Class org.jboss.aop.array.ArrayElementWriteInvocation extends ArrayElementInvocation implements Serializable

serialVersionUID: 1L

Class org.jboss.aop.array.BooleanArrayElementReadInvocation extends ArrayElementReadInvocation implements Serializable

serialVersionUID: 4894358007089083877L

Serialized Fields

array

boolean[] array

Class org.jboss.aop.array.BooleanArrayElementWriteInvocation extends ArrayElementWriteInvocation implements Serializable

serialVersionUID: -8806734067322751711L

Serialized Fields

array

boolean[] array

value

boolean value

Class org.jboss.aop.array.ByteArrayElementReadInvocation extends ArrayElementReadInvocation implements Serializable

serialVersionUID: 407921822383443705L

Serialized Fields

array

byte[] array

Class org.jboss.aop.array.ByteArrayElementWriteInvocation extends ArrayElementWriteInvocation implements Serializable

serialVersionUID: -3311231820298166088L

Serialized Fields

array

byte[] array

value

byte value

Class org.jboss.aop.array.CharArrayElementReadInvocation extends ArrayElementReadInvocation implements Serializable

serialVersionUID: -8421466785835226302L

Serialized Fields

array

char[] array

Class org.jboss.aop.array.CharArrayElementWriteInvocation extends ArrayElementWriteInvocation implements Serializable

serialVersionUID: -7731135396849504354L

Serialized Fields

array

char[] array

value

char value

Class org.jboss.aop.array.DoubleArrayElementReadInvocation extends ArrayElementReadInvocation implements Serializable

serialVersionUID: 4414714543578046462L

Serialized Fields

array

double[] array

Class org.jboss.aop.array.DoubleArrayElementWriteInvocation extends ArrayElementWriteInvocation implements Serializable

serialVersionUID: 4952638087031381514L

Serialized Fields

array

double[] array

value

double value

Class org.jboss.aop.array.FloatArrayElementReadInvocation extends ArrayElementReadInvocation implements Serializable

serialVersionUID: 1588317122571729022L

Serialized Fields

array

float[] array

Class org.jboss.aop.array.FloatArrayElementWriteInvocation extends ArrayElementWriteInvocation implements Serializable

serialVersionUID: 2124265298388536292L

Serialized Fields

array

float[] array

value

float value

Class org.jboss.aop.array.IntArrayElementReadInvocation extends ArrayElementReadInvocation implements Serializable

serialVersionUID: 407921822383443705L

Serialized Fields

array

int[] array

Class org.jboss.aop.array.IntArrayElementWriteInvocation extends ArrayElementWriteInvocation implements Serializable

serialVersionUID: -3311231820298166088L

Serialized Fields

array

int[] array

value

int value

Class org.jboss.aop.array.LongArrayElementReadInvocation extends ArrayElementReadInvocation implements Serializable

serialVersionUID: -6196706501416214971L

Serialized Fields

array

long[] array

Class org.jboss.aop.array.LongArrayElementWriteInvocation extends ArrayElementWriteInvocation implements Serializable

serialVersionUID: -609480261599580470L

Serialized Fields

array

long[] array

value

long value

Class org.jboss.aop.array.ObjectArrayElementReadInvocation extends ArrayElementReadInvocation implements Serializable

serialVersionUID: 2579696791090966825L

Serialized Fields

array

Object[] array

Class org.jboss.aop.array.ObjectArrayElementWriteInvocation extends ArrayElementWriteInvocation implements Serializable

serialVersionUID: 4256767659280908515L

Serialized Fields

array

Object[] array

value

Object value

Class org.jboss.aop.array.ShortArrayElementReadInvocation extends ArrayElementReadInvocation implements Serializable

serialVersionUID: -6743791579057380824L

Serialized Fields

array

short[] array

Class org.jboss.aop.array.ShortArrayElementWriteInvocation extends ArrayElementWriteInvocation implements Serializable

serialVersionUID: -8003520567342434348L

Serialized Fields

array

short[] array

value

short value

Package org.jboss.aop.instrument

Class org.jboss.aop.instrument.TransformationException extends RuntimeException implements Serializable

serialVersionUID: -9087730534133925094L


Package org.jboss.aop.joinpoint

Class org.jboss.aop.joinpoint.CallerInvocation extends InvocationBase implements Serializable

serialVersionUID: -6040602776303974658L

Serialized Fields

callingObject

Object callingObject

arguments

Object[] arguments

Class org.jboss.aop.joinpoint.ConstructionInvocation extends InvocationBase implements Serializable

serialVersionUID: -6040602776303875808L

Serialized Fields

arguments

Object[] arguments

Class org.jboss.aop.joinpoint.ConstructionInvocationWrapper extends ConstructorInvocation implements Serializable

serialVersionUID: 7005423783330774114L

Serialized Fields

wrapped

ConstructionInvocation wrapped

Class org.jboss.aop.joinpoint.ConstructorCalledByConstructorInvocation extends CallerInvocation implements Serializable

serialVersionUID: -1569257745454443521L

Serialized Fields

calling

Constructor<T> calling

constructor

Constructor<T> constructor

wrappingMethod

Method wrappingMethod

Class org.jboss.aop.joinpoint.ConstructorCalledByConstructorInvocationWrapper extends ConstructorCalledByConstructorInvocation implements Serializable

serialVersionUID: -3045541205784967429L

Serialized Fields

wrapped

ConstructorCalledByConstructorInvocation wrapped

Class org.jboss.aop.joinpoint.ConstructorCalledByMethodInvocation extends CallerInvocation implements Serializable

serialVersionUID: -3269308917757322223L

Serialized Fields

callingClass

Class<T> callingClass

callingMethod

Method callingMethod

constructor

Constructor<T> constructor

wrappingMethod

Method wrappingMethod

Class org.jboss.aop.joinpoint.ConstructorCalledByMethodInvocationWrapper extends ConstructorCalledByMethodInvocation implements Serializable

serialVersionUID: 3704470177577877004L

Serialized Fields

wrapped

ConstructorCalledByMethodInvocation wrapped

Class org.jboss.aop.joinpoint.ConstructorInvocation extends InvocationBase implements Serializable

serialVersionUID: -7880020293056198584L

Serialized Fields

arguments

Object[] arguments

Class org.jboss.aop.joinpoint.ConstructorInvocationWrapper extends ConstructorInvocation implements Serializable

serialVersionUID: -1092370003103163067L

Serialized Fields

wrapped

ConstructorInvocation wrapped

Class org.jboss.aop.joinpoint.FieldInvocation extends InvocationBase implements Serializable

serialVersionUID: -6040602776393748583L

Serialized Fields

index

int index

Class org.jboss.aop.joinpoint.FieldReadInvocation extends FieldInvocation implements Serializable

serialVersionUID: 3337041720097890861L

Class org.jboss.aop.joinpoint.FieldReadInvocationWrapper extends FieldReadInvocation implements Serializable

serialVersionUID: 7595351292713886213L

Serialized Fields

wrapped

FieldReadInvocation wrapped

Class org.jboss.aop.joinpoint.FieldWriteInvocation extends FieldInvocation implements Serializable

serialVersionUID: 6795964118579848645L

Serialized Fields

value

Object value

Class org.jboss.aop.joinpoint.FieldWriteInvocationWrapper extends FieldWriteInvocation implements Serializable

serialVersionUID: -5435217977419419783L

Serialized Fields

wrapped

FieldWriteInvocation wrapped

Class org.jboss.aop.joinpoint.InvocationBase extends Object implements Serializable

serialVersionUID: -4880246394729260729L

Serialized Fields

metadata

SimpleMetaData metadata

Class org.jboss.aop.joinpoint.InvocationResponse extends Object implements Serializable

serialVersionUID: 2974596986988236395L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jboss.aop.joinpoint.MethodCalledByConstructorInvocation extends CallerInvocation implements Serializable

serialVersionUID: -1903092605231217830L

Serialized Fields

calling

Constructor<T> calling

method

Method method

Class org.jboss.aop.joinpoint.MethodCalledByConstructorInvocationWrapper extends MethodCalledByConstructorInvocation implements Serializable

serialVersionUID: 4578273471486761147L

Serialized Fields

wrapped

MethodCalledByConstructorInvocation wrapped

Class org.jboss.aop.joinpoint.MethodCalledByMethodInvocation extends CallerInvocation implements Serializable

serialVersionUID: -156920151151728318L

Serialized Fields

callingClass

Class<T> callingClass

callingMethod

Method callingMethod

method

Method method

Class org.jboss.aop.joinpoint.MethodCalledByMethodInvocationWrapper extends MethodCalledByMethodInvocation implements Serializable

serialVersionUID: 5130026569290691583L

Serialized Fields

wrapped

MethodCalledByMethodInvocation wrapped

Class org.jboss.aop.joinpoint.MethodInvocation extends InvocationBase implements Serializable

serialVersionUID: -1313717554016611763L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jboss.aop.joinpoint.MethodInvocationWrapper extends MethodInvocation implements Serializable

serialVersionUID: 6399861718513077210L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.jboss.aop.metadata

Class org.jboss.aop.metadata.SimpleMetaData extends Object implements Serializable

serialVersionUID: -3873275588469743345L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jboss.aop.metadata.SimpleMetaData.MetaDataValue extends Object implements Serializable

serialVersionUID: -8024138149680591337L

Serialized Fields

type

PayloadKey type

value

Object value

Package org.jboss.aop.pointcut.ast

Class org.jboss.aop.pointcut.ast.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class org.jboss.aop.pointcut.ast.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.jboss.aop.proxy

Class org.jboss.aop.proxy.ClassProxyTemplate extends Object implements Serializable

serialVersionUID: 7776009946350762531L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jboss.aop.proxy.MarshalledClassProxy extends Object implements Serializable

serialVersionUID: 4049171769644464715L

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

clazz

Class<T> clazz

mixins

ProxyMixin[] mixins

advisor

InstanceAdvisor advisor

Class org.jboss.aop.proxy.MarshalledInterfaceProxy extends Object implements Serializable

serialVersionUID: -7939451715003985857L

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

interfaces

Class<T>[] interfaces

mixins

ProxyMixin[] mixins

advisor

InstanceAdvisor advisor

guid

org.jboss.util.id.GUID guid

Class org.jboss.aop.proxy.Proxy extends Object implements Serializable

serialVersionUID: -6040609385293748583L

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

instanceAdvisor

InstanceAdvisor instanceAdvisor

mixins

ProxyMixin[] mixins

interfaces

Class<T>[] interfaces

guid

org.jboss.util.id.GUID guid

Class org.jboss.aop.proxy.ProxyMethodInvocation extends MethodInvocation implements Serializable

serialVersionUID: 2451434088790560691L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jboss.aop.proxy.ProxyMixin extends Object implements Serializable

serialVersionUID: -6150046185716362835L

Serialized Fields

mixin

Object mixin

interfaces

Class<T>[] interfaces

Package org.jboss.aop.proxy.container

Class org.jboss.aop.proxy.container.AOPProxyFactoryMixin extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

construction

String construction

mixinClassRef

WeakReference<T> mixinClassRef

interfaceClassRefs

WeakReference<T>[] interfaceClassRefs

hashcode

int hashcode

Class org.jboss.aop.proxy.container.ContainerProxyCacheKey extends Object implements Serializable

serialVersionUID: 8758283842273747310L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

managerFqn

String managerFqn

clazzRef

WeakReference<T> clazzRef

addedInterfaces

WeakReference<T>[] addedInterfaces

metaData

org.jboss.metadata.spi.MetaData metaData

metaDataIdentityHashCode

long metaDataIdentityHashCode
In case we are serializing with an unserializable MetaData in the same JVM, give a chance to make sure that the metaData is the same


addedMixins

AOPProxyFactoryMixin[] addedMixins

hashcode

int hashcode

guid

org.jboss.util.id.GUID guid

Class org.jboss.aop.proxy.container.ContainerProxyMethodInvocation extends MethodInvocation implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jboss.aop.proxy.container.MarshalledContainerProxy extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

proxyClassName

String proxyClassName

key

ContainerProxyCacheKey key

mixins

Object[] mixins

delegate

Object delegate

clazz

Class<T> clazz

metadata

SimpleMetaData metadata

introducedInterfaces

String[] introducedInterfaces

targetInterfaces

Set<E> targetInterfaces

marshalledInterceptors

org.jboss.aop.proxy.container.MarshalledContainerProxy.MarshalledInterceptors marshalledInterceptors

instanceAdvisorDomainName

String instanceAdvisorDomainName

Package org.jboss.aop.standalone

Class org.jboss.aop.standalone.Package extends Object implements Serializable

serialVersionUID: 6188655039267365373L

Serialized Fields

advisors

HashMap<K,V> advisors

packages

HashMap<K,V> packages

name

String name

Package org.jboss.aop.util

Class org.jboss.aop.util.MarshalledValue extends Object implements Serializable

serialVersionUID: -1527598981234110311L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.

Throws:
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.

Serial Data:
Overriding methods should use this tag to describe the data layout of this Externalizable object. List the sequence of element types and, if possible, relate the element to a public/protected field and/or method of this Externalizable class.
Throws:
IOException - Includes any I/O exceptions that may occur

Class org.jboss.aop.util.PayloadKey extends Object implements Serializable

serialVersionUID: 7688683906350419871L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal

Class org.jboss.aop.util.UnmodifiableLinkedHashMap extends LinkedHashMap<K,V> implements Serializable

serialVersionUID: 1L


JBoss AOP Parent POM 2.2.2.GA

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