Serialized Form
serialVersionUID: -3057976129116723527L
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
serialVersionUID: -1502745917111812781L
serialVersionUID: -3057976129116723527L
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
serialVersionUID: -5421366346785427537L
instanceAdvisor
InstanceAdvisor instanceAdvisor
metadata
SimpleMetaData metadata
serialVersionUID: -5020740195889379757L
oid
Object oid
Package org.jboss.aop.advice |
serialVersionUID: -7761721818447236098L
serialVersionUID: 2170206416883695862L
Package org.jboss.aop.annotation.compiler |
serialVersionUID: 1L
name
String name
value
String value
lineNumber
int lineNumber
ast
org.jboss.annotation.factory.ast.ASTAnnotation ast
owner
com.thoughtworks.qdox.model.AbstractJavaEntity owner
serialVersionUID: 1L
Package org.jboss.aop.array |
serialVersionUID: 1L
index
int index
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 4894358007089083877L
array
boolean[] array
serialVersionUID: -8806734067322751711L
array
boolean[] array
value
boolean value
serialVersionUID: 407921822383443705L
array
byte[] array
serialVersionUID: -3311231820298166088L
array
byte[] array
value
byte value
serialVersionUID: -8421466785835226302L
array
char[] array
serialVersionUID: -7731135396849504354L
array
char[] array
value
char value
serialVersionUID: 4414714543578046462L
array
double[] array
serialVersionUID: 4952638087031381514L
array
double[] array
value
double value
serialVersionUID: 1588317122571729022L
array
float[] array
serialVersionUID: 2124265298388536292L
array
float[] array
value
float value
serialVersionUID: 407921822383443705L
array
int[] array
serialVersionUID: -3311231820298166088L
array
int[] array
value
int value
serialVersionUID: -6196706501416214971L
array
long[] array
serialVersionUID: -609480261599580470L
array
long[] array
value
long value
serialVersionUID: 2579696791090966825L
array
Object[] array
serialVersionUID: 4256767659280908515L
array
Object[] array
value
Object value
serialVersionUID: -6743791579057380824L
array
short[] array
serialVersionUID: -8003520567342434348L
array
short[] array
value
short value
Package org.jboss.aop.instrument |
serialVersionUID: -9087730534133925094L
Package org.jboss.aop.joinpoint |
serialVersionUID: -6040602776303974658L
callingObject
Object callingObject
arguments
Object[] arguments
serialVersionUID: -6040602776303875808L
arguments
Object[] arguments
serialVersionUID: 7005423783330774114L
wrapped
ConstructionInvocation wrapped
serialVersionUID: -1569257745454443521L
calling
Constructor<T> calling
constructor
Constructor<T> constructor
wrappingMethod
Method wrappingMethod
serialVersionUID: -3045541205784967429L
wrapped
ConstructorCalledByConstructorInvocation wrapped
serialVersionUID: -3269308917757322223L
callingClass
Class<T> callingClass
callingMethod
Method callingMethod
constructor
Constructor<T> constructor
wrappingMethod
Method wrappingMethod
serialVersionUID: 3704470177577877004L
wrapped
ConstructorCalledByMethodInvocation wrapped
serialVersionUID: -7880020293056198584L
arguments
Object[] arguments
serialVersionUID: -1092370003103163067L
wrapped
ConstructorInvocation wrapped
serialVersionUID: -6040602776393748583L
index
int index
serialVersionUID: 3337041720097890861L
serialVersionUID: 7595351292713886213L
wrapped
FieldReadInvocation wrapped
serialVersionUID: 6795964118579848645L
value
Object value
serialVersionUID: -5435217977419419783L
wrapped
FieldWriteInvocation wrapped
serialVersionUID: -4880246394729260729L
metadata
SimpleMetaData metadata
serialVersionUID: 2974596986988236395L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
serialVersionUID: -1903092605231217830L
calling
Constructor<T> calling
method
Method method
serialVersionUID: 4578273471486761147L
wrapped
MethodCalledByConstructorInvocation wrapped
serialVersionUID: -156920151151728318L
callingClass
Class<T> callingClass
callingMethod
Method callingMethod
method
Method method
serialVersionUID: 5130026569290691583L
wrapped
MethodCalledByMethodInvocation wrapped
serialVersionUID: -1313717554016611763L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
serialVersionUID: 6399861718513077210L
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 |
serialVersionUID: -3873275588469743345L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
-
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
serialVersionUID: -8024138149680591337L
type
PayloadKey type
value
Object value
Package org.jboss.aop.pointcut.ast |
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.
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 |
serialVersionUID: 7776009946350762531L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
serialVersionUID: 4049171769644464715L
readResolve
public Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
clazz
Class<T> clazz
mixins
ProxyMixin[] mixins
advisor
InstanceAdvisor advisor
serialVersionUID: -7939451715003985857L
readResolve
public Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
interfaces
Class<T>[] interfaces
mixins
ProxyMixin[] mixins
advisor
InstanceAdvisor advisor
guid
org.jboss.util.id.GUID guid
serialVersionUID: -6040609385293748583L
writeReplace
public Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
instanceAdvisor
InstanceAdvisor instanceAdvisor
mixins
ProxyMixin[] mixins
interfaces
Class<T>[] interfaces
guid
org.jboss.util.id.GUID guid
serialVersionUID: 2451434088790560691L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
serialVersionUID: -6150046185716362835L
mixin
Object mixin
interfaces
Class<T>[] interfaces
Package org.jboss.aop.proxy.container |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
construction
String construction
mixinClassRef
WeakReference<T> mixinClassRef
interfaceClassRefs
WeakReference<T>[] interfaceClassRefs
hashcode
int hashcode
serialVersionUID: 8758283842273747310L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
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
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readResolve
public Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
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 |
serialVersionUID: 6188655039267365373L
advisors
HashMap<K,V> advisors
packages
HashMap<K,V> packages
name
String name
Package org.jboss.aop.util |
serialVersionUID: -1527598981234110311L
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
serialVersionUID: 7688683906350419871L
readResolve
Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
ordinal
int ordinal
serialVersionUID: 1L
Package org.jboss.aspects.concurrent |
serialVersionUID: -9086581326875051914L
Package org.jboss.aspects.dbc.condition |
serialVersionUID: 8102761086666526147L
condition
String condition
Package org.jboss.aspects.logging |
serialVersionUID: 9191894622629072033L
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.