Serialized Form


Package org.jboss.aspects.asynch

Class org.jboss.aspects.asynch.AsynchMixin extends Object implements Serializable

serialVersionUID: 3408652015381364191L

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.aspects.asynch.AsynchProxyInterceptor extends Object implements Serializable

serialVersionUID: -6294601804409518509L

Serialized Fields

holder

FutureHolder holder

Class org.jboss.aspects.asynch.AsynchProxyMixin extends Object implements Serializable

serialVersionUID: -6895953696792282031L

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.aspects.asynch.FutureInvocationHandler extends org.jboss.aop.proxy.Proxy implements Serializable

serialVersionUID: -2343948303742422382L

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Override Proxy implementation so we get default behaviour. Reason is to avoid client dependencies on javassist in EJB 3 asynchronous proxies

Throws:
ObjectStreamException
Serialized Fields

methodMap

Map<K,V> methodMap

Class org.jboss.aspects.asynch.TimeoutException extends Exception implements Serializable

serialVersionUID: 5399235527815420482L


Package org.jboss.aspects.dbc.condition

Class org.jboss.aspects.dbc.condition.ConditionException extends RuntimeException implements Serializable

serialVersionUID: 8102761086666526147L

Serialized Fields

condition

String condition

Package org.jboss.aspects.logging

Class org.jboss.aspects.logging.InvocationLogClientInterceptor extends Object implements Serializable

serialVersionUID: 9191894622629072033L


Package org.jboss.aspects.remoting

Class org.jboss.aspects.remoting.AlreadyRegisteredException extends RuntimeException implements Serializable

serialVersionUID: -8457780056479531442L

Class org.jboss.aspects.remoting.ClusterChooserInterceptor extends Object implements Serializable

serialVersionUID: -8666382019058421135L

Class org.jboss.aspects.remoting.FamilyWrapper extends Object implements Serializable

serialVersionUID: 3880844152274576311L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Un-externalize this instance. We check timestamps of the interfaces to see if the instance is in the original VM of creation

Throws:
IOException
ClassNotFoundException

writeExternal

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

Class org.jboss.aspects.remoting.InvokeRemoteInterceptor extends Object implements Serializable

serialVersionUID: -145166951731929406L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException

Class org.jboss.aspects.remoting.IsLocalInterceptor extends Object implements Serializable

serialVersionUID: 8067347185395345001L

Class org.jboss.aspects.remoting.MergeMetaDataInterceptor extends Object implements Serializable

serialVersionUID: 2424149906770308705L

Class org.jboss.aspects.remoting.NotRegisteredException extends RuntimeException implements Serializable

serialVersionUID: -2118806545634362526L

Class org.jboss.aspects.remoting.PojiProxy extends Object implements Serializable

serialVersionUID: 8054816523858555978L

Serialized Fields

oid

Object oid

uri

org.jboss.remoting.InvokerLocator uri

interceptors

org.jboss.aop.advice.Interceptor[] interceptors

Package org.jboss.aspects.security

Class org.jboss.aspects.security.SecurityClientInterceptor extends Object implements Serializable

serialVersionUID: -6366165968174741107L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException

Package org.jboss.aspects.tx

Class org.jboss.aspects.tx.ClientTxPropagationInterceptor extends Object implements Serializable

serialVersionUID: 4536126296306191076L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException

Class org.jboss.aspects.tx.TxType extends org.jboss.lang.Enum implements Serializable

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException

Package org.jboss.aspects.versioned

Class org.jboss.aspects.versioned.CollectionStateManager extends StateManager 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.aspects.versioned.DistributedFieldUpdate extends Object implements Serializable

serialVersionUID: -8249659475610689146L

Serialized Fields

val

Object val

version

long version

index

int index

Class org.jboss.aspects.versioned.DistributedListState extends CollectionStateManager implements Serializable

serialVersionUID: 8318313674571329182L

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.aspects.versioned.DistributedListUpdate extends Object implements Serializable

serialVersionUID: -1313127751220246092L

Serialized Fields

guid

org.jboss.util.id.GUID guid

versionId

long versionId

listUpdates

ArrayList<E> listUpdates
This is a list of VersionReference's or serializable objects

Class org.jboss.aspects.versioned.DistributedMapState extends CollectionStateManager implements Serializable

serialVersionUID: -5397547850033533784L

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.aspects.versioned.DistributedMapUpdate extends Object implements Serializable

serialVersionUID: -1222682164595569704L

Serialized Fields

guid

org.jboss.util.id.GUID guid

versionId

long versionId

mapUpdates

HashMap<K,V> mapUpdates
This is a list of VersionReference's or serializable objects

Class org.jboss.aspects.versioned.DistributedPOJOState extends StateManager implements Serializable

serialVersionUID: 7640633352012924284L

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.aspects.versioned.DistributedPOJOUpdate extends Object implements Serializable

serialVersionUID: -1994362590254736537L

Serialized Fields

guid

org.jboss.util.id.GUID guid

fieldUpdates

HashMap<K,V> fieldUpdates

Class org.jboss.aspects.versioned.DistributedSetState extends CollectionStateManager implements Serializable

serialVersionUID: -6272170697169509758L

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.aspects.versioned.DistributedSetUpdate extends Object implements Serializable

serialVersionUID: 6531645657535493254L

Serialized Fields

guid

org.jboss.util.id.GUID guid

versionId

long versionId

setUpdates

HashSet<E> setUpdates
This is a list of VersionReference's or serializable objects

Class org.jboss.aspects.versioned.LockAttemptFailure extends RuntimeException implements Serializable

serialVersionUID: -157906328187148497L

Class org.jboss.aspects.versioned.OptimisticLockFailure extends RuntimeException implements Serializable

serialVersionUID: 703677881732773399L

Class org.jboss.aspects.versioned.StateManager extends Object 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.aspects.versioned.VersionReference extends Object implements Serializable

serialVersionUID: 1567486678025136095L

Serialized Fields

guid

org.jboss.util.id.GUID guid



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