|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Class org.codehaus.aspectwerkz.annotation.AdviceAnnotationProxyBase extends UntypedAnnotationProxy implements Serializable |
| Serialized Fields |
String m_pointcut
AdviceType m_type
Map m_argsTypeByName
| Class org.codehaus.aspectwerkz.AdviceInfo extends Object implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws Exception
Exception - in case of failure| Serialized Fields |
int m_aspectIndex
int m_methodIndex
String m_uuid
int[] m_methodToArgIndexes
String m_specialArgumentType
AdviceType m_type
| Class org.codehaus.aspectwerkz.aspect.AdviceType extends Object implements Serializable |
| Serialized Fields |
String m_name
| Class org.codehaus.aspectwerkz.joinpoint.management.AfterAdviceExecutor extends Object implements Serializable |
| Serialized Fields |
AdviceInfo[] m_adviceIndexes
| Class org.codehaus.aspectwerkz.annotation.AfterAnnotationProxy extends AdviceAnnotationProxyBase implements Serializable |
| Serialized Fields |
String m_specialArgumentType
| Class org.codehaus.aspectwerkz.annotation.AnnotationInfo extends Object implements Serializable |
| Serialized Fields |
String m_name
Annotation m_annotation
| Class org.codehaus.aspectwerkz.joinpoint.management.AroundAdviceExecutor extends Object implements Serializable |
| Serialized Fields |
int m_currentAdviceIndex
int m_stackIndex
AdviceInfo[] m_adviceIndexes
int m_joinPointType
| Class org.codehaus.aspectwerkz.annotation.AroundAnnotationProxy extends AdviceAnnotationProxyBase implements Serializable |
| Class org.codehaus.aspectwerkz.annotation.AspectAnnotationProxy extends UntypedAnnotationProxy implements Serializable |
| Serialized Fields |
String m_deploymentModel
String m_aspectName
| Class org.codehaus.aspectwerkz.joinpoint.management.BeforeAdviceExecutor extends Object implements Serializable |
| Serialized Fields |
AdviceInfo[] m_adviceIndexes
| Class org.codehaus.aspectwerkz.annotation.BeforeAnnotationProxy extends AdviceAnnotationProxyBase implements Serializable |
| Class org.codehaus.aspectwerkz.joinpoint.impl.CatchClauseSignatureImpl extends Object implements Serializable |
| Serialized Fields |
Class m_declaringType
int m_modifiers
String m_name
Class m_parameterType
String m_joinPointSignature
| Class org.codehaus.aspectwerkz.expression.CflowExpressionVisitor extends ExpressionVisitor implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws Exception
Exception - in case of failure| Serialized Fields |
boolean m_hasCflowPointcut
| Class org.codehaus.aspectwerkz.reflect.ClassList extends Object implements Serializable |
| Serialized Fields |
Collection m_classes
| Class org.codehaus.aspectwerkz.compiler.CompileException extends Exception implements Serializable |
| Serialized Fields |
Throwable nested
| Class org.codehaus.aspectwerkz.joinpoint.impl.ConstructorSignatureImpl extends Object implements Serializable |
| Serialized Fields |
Class m_declaringType
ConstructorTuple m_constructorTuple
| Class org.codehaus.aspectwerkz.joinpoint.impl.ConstructorSignatureImplInlined extends Object implements Serializable |
| Serialized Fields |
Class m_declaringType
Constructor m_constructor
| Class org.codehaus.aspectwerkz.ConstructorTuple extends Object implements Serializable |
| Serialized Fields |
Constructor m_wrapperConstructor
Constructor m_originalConstructor
Class m_declaringClass
| Class org.codehaus.aspectwerkz.CrossCuttingInfo extends Object implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws Exception
Exception - in case of failure| Serialized Fields |
String m_name
Class m_aspectClass
int m_deploymentModel
Map m_parameters
Map m_metaData
String m_uuid
| Class org.codehaus.aspectwerkz.exception.DefinitionException extends RuntimeException implements Serializable |
| Serialized Fields |
Throwable originalException
| Class org.codehaus.aspectwerkz.exception.DefinitionNotFoundException extends RuntimeException implements Serializable |
| Class org.codehaus.aspectwerkz.annotation.ExpressionAnnotationProxy extends UntypedAnnotationProxy implements Serializable |
| Serialized Fields |
String m_expression
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 |
Throwable m_originalException
| Class org.codehaus.aspectwerkz.joinpoint.impl.FieldSignatureImpl extends Object implements Serializable |
| Serialized Fields |
Class m_declaringType
Field m_field
| Class org.codehaus.aspectwerkz.annotation.ImplementsAnnotationProxy extends UntypedAnnotationProxy implements Serializable |
| Serialized Fields |
String m_expression
| Class org.codehaus.aspectwerkz.annotation.IntroduceAnnotationProxy extends UntypedAnnotationProxy implements Serializable |
| Serialized Fields |
String m_expression
String m_innerClassName
String[] m_introducedInterfaces
String m_deploymentModel
| Class org.codehaus.aspectwerkz.joinpoint.management.JoinPointBase extends Object implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws Exception
Exception - in case of failure| Serialized Fields |
Class m_targetClass
int m_type
String m_typeAsString
boolean m_checkCflow
AroundAdviceExecutor m_aroundAdviceExecutor
BeforeAdviceExecutor m_beforeAdviceExecutor
AfterAdviceExecutor m_afterAdviceExecutor
Map m_metaData
PointcutType m_pointcutType
| Class org.codehaus.aspectwerkz.joinpoint.impl.MethodSignatureImpl extends Object implements Serializable |
| Serialized Fields |
Class m_declaringType
MethodTuple m_methodTuple
| Class org.codehaus.aspectwerkz.MethodTuple extends Object implements Serializable |
| Serialized Fields |
Method m_wrapperMethod
Method m_originalMethod
Class m_declaringClass
| Class org.codehaus.aspectwerkz.expression.regexp.NamePattern extends Pattern implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws Exception
Exception - in case of failure| Serialized Fields |
String m_pattern
| Class org.codehaus.aspectwerkz.annotation.expression.ast.ParseException extends Exception implements Serializable |
| Serialized Fields |
boolean specialConstructor
Token currentToken
int[][] expectedTokenSequences
String[] tokenImage
String eol
| Class org.codehaus.aspectwerkz.expression.ast.ParseException extends Exception implements Serializable |
| Serialized Fields |
boolean specialConstructor
Token currentToken
int[][] expectedTokenSequences
String[] tokenImage
String eol
| Class org.codehaus.aspectwerkz.expression.regexp.Pattern extends Object implements Serializable |
| Class org.codehaus.aspectwerkz.aspect.management.Pointcut extends Object implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws Exception
Exception - in case of failure| Serialized Fields |
String[] m_aroundAdviceNames
String[] m_beforeAdviceNames
String[] m_afterFinallyAdviceNames
String[] m_afterReturningAdviceNames
String[] m_afterThrowingAdviceNames
AdviceInfo[] m_aroundAdviceIndexes
AdviceInfo[] m_beforeAdviceIndexes
AdviceInfo[] m_afterFinallyAdviceIndexes
AdviceInfo[] m_afterReturningAdviceIndexes
AdviceInfo[] m_afterThrowingAdviceIndexes
| Class org.codehaus.aspectwerkz.expression.PointcutType extends Object implements Serializable |
| Serialized Fields |
String m_name
| Class org.codehaus.aspectwerkz.connectivity.RemoteProxy extends Object implements Serializable |
serialVersionUID: 1l
| Serialized Fields |
String m_address
int m_port
String m_handle
Class[] m_targetInterfaces
String[] m_targetInterfaceNames
String m_targetImplName
| Class org.codehaus.aspectwerkz.util.SequencedHashMap extends Object implements Serializable |
serialVersionUID: 3380552487888102930l
| Serialization Methods |
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if the stream raises it
ClassNotFoundException - if the stream raises it
public void writeExternal(ObjectOutput out)
throws IOException
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 |
String myName
| Class org.codehaus.aspectwerkz.annotation.expression.ast.TokenMgrError extends Error implements Serializable |
| Serialized Fields |
int errorCode
| Class org.codehaus.aspectwerkz.expression.ast.TokenMgrError extends Error implements Serializable |
| Serialized Fields |
int errorCode
| Class org.codehaus.aspectwerkz.annotation.TypedAnnotationProxy extends Object implements Serializable |
| Serialized Fields |
String m_name
| Class org.codehaus.aspectwerkz.expression.regexp.TypePattern extends Pattern implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws Exception
Exception - in case of failure| Serialized Fields |
String m_pattern
SubtypePatternType m_subtypePatternType
| Class org.codehaus.aspectwerkz.annotation.UntypedAnnotationProxy extends Object implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws Exception
Exception - in case of failure| Serialized Fields |
String m_value
String m_name
| Class org.codehaus.aspectwerkz.exception.WrappedRuntimeException extends RuntimeException implements Serializable |
| Serialized Fields |
Throwable m_throwable
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||