Serialized Form


Package org.jboss.aspects.remoting

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

serialVersionUID: -8666382019058421135L

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

serialVersionUID: 8054816523858555978L

Serialized Fields

oid

Object oid

uri

org.jboss.remoting.InvokerLocator uri

interceptors

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

family

org.jboss.aspects.remoting.FamilyWrapper family

lbPolicy

org.jboss.ha.client.loadbalance.LoadBalancePolicy lbPolicy

partitionName

String partitionName

originTarget

Object originTarget

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

serialVersionUID: 3880844152274576311L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   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.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.ha.framework.interfaces

Class org.jboss.ha.framework.interfaces.GenericClusteringException extends org.jboss.util.NestedException implements Serializable

serialVersionUID: 3030093807459327632L

Serialized Fields

isDefinitive

boolean isDefinitive

completed

int completed

Package org.jboss.ha.framework.server

Class org.jboss.ha.framework.server.HAServiceEvent extends EventObject implements Serializable

serialVersionUID: 402026827378491266L

Serialized Fields

type

String type

Class org.jboss.ha.framework.server.SimpleCachableMarshalledValue extends Object implements Serializable

Serialization Methods

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



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.