站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 transaction API Documentation 英文版文档

TransactionTimeoutConfiguration (JBoss Transaction API) - JBoss 4.0.1 sp1 transaction API Documentation 英文版文档


org.jboss.tm
Interface TransactionTimeoutConfiguration

All Known Implementing Classes:
TxManager

public interface TransactionTimeoutConfiguration

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

Version:
$Revision: 1.2 $
Author:
Adrian Brock

Method Summary
 int getTransactionTimeout()
          Get the transaction timeout.
 

Method Detail

getTransactionTimeout

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

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.