This is how the JTA Implementation in JOTM sees the Transaction Context.
This interface is used to keep the code independant of the transport layer
this context is for internal use only (JOTM and UserTransaction) it has to
be translated for each protocol.
For the moment this Transaction Context is Serializable
for test suite
author: jmesnil version: $Id: TransactionContext.java,v 1.9 2004/12/13 19:53:06 tonyortiz Exp $