net.sf.jso.transaction
Interface TID

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, OID, java.io.Serializable
All Known Implementing Classes:
JSOOID

public interface TID
extends OID

Inteface for transaction identification.

A TID instance represents an unique transaction identification within an application. Implementations of the TID interface should also override equals(), hashCode(), clone() and toString() methods.


Methods inherited from interface java.lang.Comparable
compareTo