org.apache.geronimo.transaction.manager
Interface XidImporter
- All Known Implementing Classes: 
 - GeronimoTransactionManager, GeronimoTransactionManagerGBean, TransactionManagerImpl, TransactionManagerImplGBean
 
public interface XidImporter
 
importXid
Transaction importXid(Xid xid,
                      long transactionTimeoutMillis)
                      throws XAException,
                             SystemException
- Throws:
 XAException
SystemException
 
commit
void commit(Transaction tx,
            boolean onePhase)
            throws XAException
- Throws:
 XAException
 
forget
void forget(Transaction tx)
            throws XAException
- Throws:
 XAException
 
prepare
int prepare(Transaction tx)
            throws XAException
- Throws:
 XAException
 
rollback
void rollback(Transaction tx)
              throws XAException
- Throws:
 XAException
 
getExternalXids
Map getExternalXids()
 
Copyright © 2006 Apache Software Foundation. All Rights Reserved.