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

Uses of Interface javax.transaction.Transaction (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Interface
javax.transaction.Transaction

Packages that use Transaction
javax.transaction   
 

Uses of Transaction in javax.transaction
 

Methods in javax.transaction that return Transaction
 Transaction TransactionManager.getTransaction()
          Get the transaction associated with the calling thread.
 Transaction TransactionManager.suspend()
          Suspend the association the calling thread has to a transaction, and return the suspended transaction.
 

Methods in javax.transaction with parameters of type Transaction
 void TransactionManager.resume(Transaction tobj)
          Resume the association of the calling thread with the given transaction.
 



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