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

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


Uses of Class
javax.transaction.RollbackException

Packages that use RollbackException
javax.transaction   
 

Uses of RollbackException in javax.transaction
 

Methods in javax.transaction that throw RollbackException
 void UserTransaction.commit()
          Commit the transaction associated with the calling thread.
 void TransactionManager.commit()
          Commit the transaction associated with the calling thread.
 void Transaction.commit()
          Attempt to commit this transaction.
 boolean Transaction.enlistResource(XAResource xaRes)
          Enlist an XA resource with this transaction.
 void Transaction.registerSynchronization(Synchronization sync)
          Register a Synchronization callback with this transaction.
 



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