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

writeExternal

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

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

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


writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

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

serialVersionUID: -145166951731929406l

Serialization Methods

readResolve

Object readResolve()
             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


Package org.jboss.aspects.tx

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

serialVersionUID: 4536126296306191076l

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException

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

Serialization Methods

readResolve

Object readResolve()
             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

writeExternal

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

writeExternal

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

writeExternal

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

writeExternal

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

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

serialVersionUID: 6531645657535493254l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.jboss.aspects.versioned.DistributedSetUpdate extends Object implements Serializable

serialVersionUID: -6272170697169509758l

Serialized Fields

guid

org.jboss.util.id.GUID guid

versionId

long versionId

setUpdates

HashSet 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

writeExternal

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