Serialized Form

Class org.codehaus.aspectwerkz.annotation.AdviceAnnotationProxyBase extends UntypedAnnotationProxy implements Serializable

Serialized Fields

m_pointcut

String m_pointcut

m_type

AdviceType m_type

m_argsTypeByName

Map m_argsTypeByName


Class org.codehaus.aspectwerkz.AdviceInfo extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws Exception
Provides custom deserialization.

Throws:
Exception - in case of failure
Serialized Fields

m_aspectIndex

int m_aspectIndex
Index for the aspect.


m_methodIndex

int m_methodIndex
Index for the advice method.


m_uuid

String m_uuid
The uuid - informational purpose


m_methodToArgIndexes

int[] m_methodToArgIndexes
The advice method arg index mapped to the target method arg index


m_specialArgumentType

String m_specialArgumentType
The "special" argument for the advice.


m_type

AdviceType m_type
The advice type.


Class org.codehaus.aspectwerkz.aspect.AdviceType extends Object implements Serializable

Serialized Fields

m_name

String m_name


Class org.codehaus.aspectwerkz.joinpoint.management.AfterAdviceExecutor extends Object implements Serializable

Serialized Fields

m_adviceIndexes

AdviceInfo[] m_adviceIndexes
The advices indexes.


Class org.codehaus.aspectwerkz.annotation.AfterAnnotationProxy extends AdviceAnnotationProxyBase implements Serializable

Serialized Fields

m_specialArgumentType

String m_specialArgumentType


Class org.codehaus.aspectwerkz.annotation.AnnotationInfo extends Object implements Serializable

Serialized Fields

m_name

String m_name
The fully qualified name.


m_annotation

Annotation m_annotation
The annotation proxy.


Class org.codehaus.aspectwerkz.joinpoint.management.AroundAdviceExecutor extends Object implements Serializable

Serialized Fields

m_currentAdviceIndex

int m_currentAdviceIndex
The index of the current advice.


m_stackIndex

int m_stackIndex
The stack index.


m_adviceIndexes

AdviceInfo[] m_adviceIndexes
The advices indexes.


m_joinPointType

int m_joinPointType
The join point type.


Class org.codehaus.aspectwerkz.annotation.AroundAnnotationProxy extends AdviceAnnotationProxyBase implements Serializable


Class org.codehaus.aspectwerkz.annotation.AspectAnnotationProxy extends UntypedAnnotationProxy implements Serializable

Serialized Fields

m_deploymentModel

String m_deploymentModel

m_aspectName

String m_aspectName


Class org.codehaus.aspectwerkz.joinpoint.management.BeforeAdviceExecutor extends Object implements Serializable

Serialized Fields

m_adviceIndexes

AdviceInfo[] m_adviceIndexes
The advices indexes.


Class org.codehaus.aspectwerkz.annotation.BeforeAnnotationProxy extends AdviceAnnotationProxyBase implements Serializable


Class org.codehaus.aspectwerkz.joinpoint.impl.CatchClauseSignatureImpl extends Object implements Serializable

Serialized Fields

m_declaringType

Class m_declaringType

m_modifiers

int m_modifiers

m_name

String m_name

m_parameterType

Class m_parameterType

m_joinPointSignature

String m_joinPointSignature


Class org.codehaus.aspectwerkz.expression.CflowExpressionVisitor extends ExpressionVisitor implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws Exception
Provides custom deserialization.

Throws:
Exception - in case of failure
Serialized Fields

m_hasCflowPointcut

boolean m_hasCflowPointcut
Do we have a cflow pointcut in the expression?


Class org.codehaus.aspectwerkz.reflect.ClassList extends Object implements Serializable

Serialized Fields

m_classes

Collection m_classes
List with all the possible target classes.


Class org.codehaus.aspectwerkz.compiler.CompileException extends Exception implements Serializable

Serialized Fields

nested

Throwable nested


Class org.codehaus.aspectwerkz.joinpoint.impl.ConstructorSignatureImpl extends Object implements Serializable

Serialized Fields

m_declaringType

Class m_declaringType

m_constructorTuple

ConstructorTuple m_constructorTuple


Class org.codehaus.aspectwerkz.joinpoint.impl.ConstructorSignatureImplInlined extends Object implements Serializable

Serialized Fields

m_declaringType

Class m_declaringType

m_constructor

Constructor m_constructor


Class org.codehaus.aspectwerkz.ConstructorTuple extends Object implements Serializable

Serialized Fields

m_wrapperConstructor

Constructor m_wrapperConstructor

m_originalConstructor

Constructor m_originalConstructor

m_declaringClass

Class m_declaringClass


Class org.codehaus.aspectwerkz.CrossCuttingInfo extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws Exception
Provides custom deserialization.

Throws:
Exception - in case of failure
Serialized Fields

m_name

String m_name
The name for the cross-cuttable class.


m_aspectClass

Class m_aspectClass
The cross-cuttable class.


m_deploymentModel

int m_deploymentModel
Holds the deployment model.


m_parameters

Map m_parameters
Holds the parameters passed to the aspect.


m_metaData

Map m_metaData
Holds the metadata.


m_uuid

String m_uuid
The UUID for the system.


Class org.codehaus.aspectwerkz.exception.DefinitionException extends RuntimeException implements Serializable

Serialized Fields

originalException

Throwable originalException
Original exception which caused this exception.


Class org.codehaus.aspectwerkz.exception.DefinitionNotFoundException extends RuntimeException implements Serializable


Class org.codehaus.aspectwerkz.annotation.ExpressionAnnotationProxy extends UntypedAnnotationProxy implements Serializable

Serialized Fields

m_expression

String m_expression

m_argsTypeByName

Map m_argsTypeByName


Class org.codehaus.aspectwerkz.exception.ExpressionException extends RuntimeException implements Serializable


Class org.codehaus.aspectwerkz.expression.ExpressionException extends RuntimeException implements Serializable

Serialized Fields

m_originalException

Throwable m_originalException
Original exception which caused this exception.


Class org.codehaus.aspectwerkz.joinpoint.impl.FieldSignatureImpl extends Object implements Serializable

Serialized Fields

m_declaringType

Class m_declaringType

m_field

Field m_field


Class org.codehaus.aspectwerkz.annotation.ImplementsAnnotationProxy extends UntypedAnnotationProxy implements Serializable

Serialized Fields

m_expression

String m_expression


Class org.codehaus.aspectwerkz.annotation.IntroduceAnnotationProxy extends UntypedAnnotationProxy implements Serializable

Serialized Fields

m_expression

String m_expression

m_innerClassName

String m_innerClassName

m_introducedInterfaces

String[] m_introducedInterfaces

m_deploymentModel

String m_deploymentModel


Class org.codehaus.aspectwerkz.joinpoint.management.JoinPointBase extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws Exception
Provides custom deserialization.

Throws:
Exception - in case of failure
Serialized Fields

m_targetClass

Class m_targetClass

m_type

int m_type

m_typeAsString

String m_typeAsString

m_checkCflow

boolean m_checkCflow

m_aroundAdviceExecutor

AroundAdviceExecutor m_aroundAdviceExecutor

m_beforeAdviceExecutor

BeforeAdviceExecutor m_beforeAdviceExecutor

m_afterAdviceExecutor

AfterAdviceExecutor m_afterAdviceExecutor

m_metaData

Map m_metaData

m_pointcutType

PointcutType m_pointcutType


Class org.codehaus.aspectwerkz.joinpoint.impl.MethodSignatureImpl extends Object implements Serializable

Serialized Fields

m_declaringType

Class m_declaringType

m_methodTuple

MethodTuple m_methodTuple


Class org.codehaus.aspectwerkz.MethodTuple extends Object implements Serializable

Serialized Fields

m_wrapperMethod

Method m_wrapperMethod

m_originalMethod

Method m_originalMethod

m_declaringClass

Class m_declaringClass


Class org.codehaus.aspectwerkz.expression.regexp.NamePattern extends Pattern implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws Exception
Provides custom deserialization.

Throws:
Exception - in case of failure
Serialized Fields

m_pattern

String m_pattern
The name pattern as a string.


Class org.codehaus.aspectwerkz.annotation.expression.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.codehaus.aspectwerkz.expression.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.codehaus.aspectwerkz.expression.regexp.Pattern extends Object implements Serializable


Class org.codehaus.aspectwerkz.aspect.management.Pointcut extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws Exception
Provides custom deserialization.

Throws:
Exception - in case of failure
Serialized Fields

m_aroundAdviceNames

String[] m_aroundAdviceNames
The names of the around advices.


m_beforeAdviceNames

String[] m_beforeAdviceNames
The names of the around advices.


m_afterFinallyAdviceNames

String[] m_afterFinallyAdviceNames
The names of the after finally advices.


m_afterReturningAdviceNames

String[] m_afterReturningAdviceNames
The names of the after returning advices.


m_afterThrowingAdviceNames

String[] m_afterThrowingAdviceNames
The names of the after throwing advices.


m_aroundAdviceIndexes

AdviceInfo[] m_aroundAdviceIndexes
The indexes of the around advices.


m_beforeAdviceIndexes

AdviceInfo[] m_beforeAdviceIndexes
The indexes of the before advices.


m_afterFinallyAdviceIndexes

AdviceInfo[] m_afterFinallyAdviceIndexes
The indexes of the after finally advices.


m_afterReturningAdviceIndexes

AdviceInfo[] m_afterReturningAdviceIndexes
The indexes of the after returning advices.


m_afterThrowingAdviceIndexes

AdviceInfo[] m_afterThrowingAdviceIndexes
The indexes of the after throwing advices.


Class org.codehaus.aspectwerkz.expression.PointcutType extends Object implements Serializable

Serialized Fields

m_name

String m_name


Class org.codehaus.aspectwerkz.connectivity.RemoteProxy extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

m_address

String m_address
The server host address.


m_port

int m_port
The server port.


m_handle

String m_handle
The handle to the instance wrapped by this proxy.


m_targetInterfaces

Class[] m_targetInterfaces
The interface class for the wrapped instance.


m_targetInterfaceNames

String[] m_targetInterfaceNames
The names of all the interfaces for the wrapped instance.


m_targetImplName

String m_targetImplName
The class name for the wrapped instance.


Class org.codehaus.aspectwerkz.util.SequencedHashMap extends Object implements Serializable

serialVersionUID: 3380552487888102930l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Deserializes this map from the given stream.

Throws:
IOException - if the stream raises it
ClassNotFoundException - if the stream raises it

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Serializes this map to the given stream.

Throws:
IOException - if the stream raises it


Class org.codehaus.aspectwerkz.util.SerializableThreadLocal extends ThreadLocal implements Serializable


Class org.codehaus.aspectwerkz.expression.SubtypePatternType extends Object implements Serializable

Serialized Fields

myName

String myName


Class org.codehaus.aspectwerkz.annotation.expression.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.


Class org.codehaus.aspectwerkz.expression.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.


Class org.codehaus.aspectwerkz.annotation.TypedAnnotationProxy extends Object implements Serializable

Serialized Fields

m_name

String m_name
The name of the annotation.


Class org.codehaus.aspectwerkz.expression.regexp.TypePattern extends Pattern implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws Exception
Provides custom deserialization.

Throws:
Exception - in case of failure
Serialized Fields

m_pattern

String m_pattern
The pattern as a string.


m_subtypePatternType

SubtypePatternType m_subtypePatternType
The subtype pattern type.


Class org.codehaus.aspectwerkz.annotation.UntypedAnnotationProxy extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws Exception
Provides custom deserialization.

Throws:
Exception - in case of failure
Serialized Fields

m_value

String m_value
The full value of the annotation.


m_name

String m_name
The name of the annotation.


Class org.codehaus.aspectwerkz.exception.WrappedRuntimeException extends RuntimeException implements Serializable

Serialized Fields

m_throwable

Throwable m_throwable
The original throwable instance.



Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.