Serialized Form


Package tp

Class tp.Customer extends Object implements Serializable

serialVersionUID: 4174836339997089550L

Serialized Fields

id

UUID id

Class tp.InvalidTransactionException extends Exception implements Serializable

serialVersionUID: -2251904471083165090L

Class tp.LM.DeadLockException extends Exception implements Serializable

Serialized Fields

xid

Transaction xid

Class tp.RID extends Object implements Serializable

serialVersionUID: 7717150775758337149L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

type

RID.Type type

name

String name

Class tp.Transaction extends Object implements Serializable

serialVersionUID: -880572407004669272L

Serialized Fields

id

UUID id

Class tp.TransactionAbortedException extends Exception implements Serializable

serialVersionUID: 846625016067800434L


Package tp.impl

Class tp.impl.ServiceID extends Object implements Serializable

serialVersionUID: 5284092841385973788L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

type

CSEP545Service.Type type

name

String name

addr

String addr
remote address. does not affect identity test.