Serialized Form


Package org.ow2.carol.cmi.ha

Class org.ow2.carol.cmi.ha.BeanInfo extends java.lang.Object implements Serializable

serialVersionUID: -6471141185394014855L

Serialized Fields

bId

org.ow2.carol.cmi.ha.SessionId bId
The ObjectId of the bean as unique identifier for beanChanges table.


state

byte[] state
The bean state as an array of bytes.

Class org.ow2.carol.cmi.ha.HaMessageData extends java.lang.Object implements Serializable

serialVersionUID: -1656256040790087473L

Serialized Fields

type

HaMessageData.HaMessageKind type
message type.


requestId

RequestId requestId
the request id.


response

java.lang.Object response
the response.


beans

java.util.Vector<E> beans
the beans' state.


readOnly

boolean readOnly
read-only.


otherMessages

java.util.Vector<E> otherMessages
other messages to be piggy-backed.

Class org.ow2.carol.cmi.ha.ReplicationException extends java.lang.Exception implements Serializable

serialVersionUID: 2581708522071671110L

Class org.ow2.carol.cmi.ha.RequestId extends java.lang.Object implements Serializable

serialVersionUID: 3288124644672329697L

Serialized Fields

objectId

org.ow2.carol.cmi.ha.SessionId objectId
Object id representing the first bean contacted in the request


requestNo

int requestNo
The request number to the bean represented by objectId

Class org.ow2.carol.cmi.ha.SessionId extends java.lang.Object implements Serializable

serialVersionUID: 6618569352062958003L

Serialized Fields

clientId

java.util.UUID clientId

sessionNb

long sessionNb

Package org.ow2.carol.cmi.ha.interceptor

Class org.ow2.carol.cmi.ha.interceptor.HAContext extends java.lang.Object implements Serializable

serialVersionUID: 8622240885538001300L

Serialized Fields

requests

java.util.Stack<E> requests
Holds info about the request chain


onFailover

boolean onFailover
Holds the on failover info



Copyright © 2007 OW2 Consortium. All Rights Reserved.