org.apache.geronimo.transaction.manager
Interface XAWork
- All Known Implementing Classes:
- GeronimoTransactionManager, GeronimoTransactionManagerGBean
public interface XAWork
primarily an interface between the WorkManager/ExecutionContext and the tm.
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 © 2006 Apache Software Foundation. All Rights Reserved.