org.apache.geronimo.transaction
Interface XAWork
- All Known Implementing Classes:
- TransactionContextManager
- public interface XAWork
primarily an interface between the WorkManager/ExecutionContext and the tm.
- Version:
- $Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
begin
public void begin(Xid xid,
long txTimeout)
throws XAException,
InvalidTransactionException,
SystemException,
ImportedTransactionActiveException
- Throws:
XAException
InvalidTransactionException
SystemException
ImportedTransactionActiveException
end
public void end(Xid xid)
throws XAException,
SystemException
- Throws:
XAException
SystemException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.