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

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


Uses of Package
javax.transaction

Packages that use javax.transaction
javax.ejb   
javax.transaction   
 

Classes in javax.transaction used by javax.ejb
UserTransaction
          This interface allows an application to explicitly manage transactions.
 

Classes in javax.transaction used by javax.transaction
HeuristicMixedException
          This exception is thrown to report that a heuristic decision was made and that some some parts of the transaction have been committed while other parts have been rolled back.
HeuristicRollbackException
          This exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back.
InvalidTransactionException
          This exception indicates an invalid transaction.
NotSupportedException
          The NotSupportedException exception indicates that an operation is not supported.
RollbackException
          The RollbackException exception indicates that either the transaction has been rolled back or an operation cannot complete because the transaction is marked for rollback only.
Synchronization
          This is the callback interface that has to be implemented by objects interested in receiving notification before and after a transaction commits or rolls back.
SystemException
          This exception is thrown to indicate that the transaction manager has encountered an unexpected error condition that prevents future transaction services from proceeding.
Transaction
          The Transaction interface allows operations to be performed on transactions.
 



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