org.apache.geronimo.transaction.manager
Interface XAWork

All Known Implementing Classes:
GeronimoTransactionManager

public interface XAWork

primarily an interface between the WorkManager/ExecutionContext and the tm.

Version:
$Rev: 476049 $ $Date: 2006-11-16 23:35:17 -0500 (Thu, 16 Nov 2006) $

Method Summary
 void begin(Xid xid, long txTimeout)
           
 void end(Xid xid)
           
 

Method Detail

begin

void begin(Xid xid,
           long txTimeout)
           throws XAException,
                  InvalidTransactionException,
                  SystemException,
                  ImportedTransactionActiveException
Throws:
XAException
InvalidTransactionException
SystemException
ImportedTransactionActiveException

end

void end(Xid xid)
         throws XAException,
                SystemException
Throws:
XAException
SystemException


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.