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.


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 © 2006 Apache Software Foundation. All Rights Reserved.