org.apache.geronimo.transaction.manager
Interface XidImporter
- All Known Implementing Classes:
- TransactionManagerImpl
- public interface XidImporter
- Version:
- $Revision: 1.3 $ $Date: 2004/05/06 04:00:51 $
importXid
public Transaction importXid(Xid xid)
throws XAException,
SystemException
- Throws:
XAException
SystemException
commit
public void commit(Transaction tx,
boolean onePhase)
throws XAException
- Throws:
XAException
forget
public void forget(Transaction tx)
throws XAException
- Throws:
XAException
prepare
public int prepare(Transaction tx)
throws XAException
- Throws:
XAException
rollback
public void rollback(Transaction tx)
throws XAException
- Throws:
XAException
setTransactionTimeout
public void setTransactionTimeout(long milliseconds)
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.