org.apache.geronimo.transaction
Interface ExtendedTransactionManager

All Superinterfaces:
TransactionManager
All Known Implementing Classes:
TransactionManagerImpl

public interface ExtendedTransactionManager
extends TransactionManager


Method Summary
 Transaction begin(long transactionTimeoutMilliseconds)
           
 Map getExternalXids()
           
 
Methods inherited from interface javax.transaction.TransactionManager
begin, commit, getStatus, getTransaction, resume, rollback, setRollbackOnly, setTransactionTimeout, suspend
 

Method Detail

begin

public Transaction begin(long transactionTimeoutMilliseconds)
                  throws NotSupportedException,
                         SystemException
Throws:
NotSupportedException
SystemException

getExternalXids

public Map getExternalXids()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.