org.jboss.tm
Interface TransactionTimeoutConfiguration

All Known Implementing Classes:
TxManager (src)

public interface TransactionTimeoutConfiguration

The interface to implementated by a transaction manager that supports retrieving the current threads transaction timeout


Method Summary
 int getTransactionTimeout()
          Get the transaction timeout.
 

Method Detail

getTransactionTimeout

public int getTransactionTimeout()
                          throws SystemException (src) 
Get the transaction timeout.

Returns:
the timeout in seconds associated with this thread
Throws:
SystemException (src) - for any error