org.apache.geronimo.transaction
Interface XAWork

All Known Subinterfaces:
XAServices
All Known Implementing Classes:
TransactionManagerProxy

public interface XAWork

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

Version:
$Revision: 1.3 $ $Date: 2004/07/11 21:25:21 $

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

Method Detail

begin

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

end

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


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.