Interface XAWork
-
- All Known Subinterfaces:
AriesTransactionManager
- All Known Implementing Classes:
GeronimoTransactionManager
public interface XAWorkprimarily an interface between the WorkManager/ExecutionContext and the tm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbegin(Xid xid, long txTimeout)voidend(Xid xid)
-
-
-
Method Detail
-
begin
void begin(Xid xid, long txTimeout) throws XAException, InvalidTransactionException, SystemException, ImportedTransactionActiveException
-
end
void end(Xid xid) throws XAException, SystemException
- Throws:
XAExceptionSystemException
-
-