Serialized Form


Package org.jboss.aop

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

serialVersionUID: -3057976129116723527l

Serialized Fields

insertedInterceptors

ArrayList insertedInterceptors

appendedInterceptors

ArrayList appendedInterceptors

metadata

SimpleMetaData metadata

instance

Object instance

hasInstanceAspects

boolean hasInstanceAspects

interceptorChainObserver

InterceptorChainObserver interceptorChainObserver

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

serialVersionUID: -1502745917111812781l

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.Scope extends Enum implements Serializable

serialVersionUID: 7873910692644730377l

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException


Package org.jboss.aop.annotation.ast

Class org.jboss.aop.annotation.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.annotation.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.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

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.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

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

serialVersionUID: -4671110715707463304l

Serialized Fields

arguments

Object[] arguments

calling

Constructor calling

info

CallerConstructorInfo info

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: -1003170617993582707l

Serialized Fields

arguments

Object[] arguments

callingMethodHash

long callingMethodHash

info

CallerConstructorInfo info

callingClass

Class callingClass

callingMethod

Method callingMethod

callingObject

Object callingObject

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

serialVersionUID: 6968523285026078131l

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

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

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

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

serialVersionUID: -6156314852981932065l

Serialized Fields

arguments

Object[] arguments

calling

Constructor calling

calledMethod

Method calledMethod

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: -7826653633415463825l

Serialized Fields

arguments

Object[] arguments

callingMethodHash

long callingMethodHash

callingClass

Class callingClass

calledMethod

Method calledMethod

callingMethod

Method callingMethod

callingObject

Object callingObject

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

serialVersionUID: -3078730663855284320l

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

writeExternal

public void writeExternal(ObjectOutput out)
                   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

writeExternal

public void writeExternal(ObjectOutput out)
                   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

writeExternal

public void writeExternal(ObjectOutput out)
                   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

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

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

serialVersionUID: 4049171769644464715l

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Serialized Fields

clazz

Class 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
Serialized Fields

interfaces

Class[] interfaces

mixins

ProxyMixin[] mixins

advisor

InstanceAdvisor advisor

guid

org.jboss.util.id.GUID guid

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

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Serialized Fields

instanceAdvisor

InstanceAdvisor instanceAdvisor

mixins

ProxyMixin[] mixins

interfaces

Class[] 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

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

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

serialVersionUID: -6150046185716362835l

Serialized Fields

mixin

Object mixin

interfaces

Class[] interfaces


Package org.jboss.aop.standalone

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

serialVersionUID: 6188655039267365373l

Serialized Fields

advisors

HashMap advisors

packages

HashMap 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
Serialized Fields

ordinal

int ordinal


Package org.jboss.lang

Class org.jboss.lang.Enum extends Object implements Serializable

Serialized Fields

ordinal

int ordinal



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.