Package org.springframework.jee.transaction

EJB3 transaction support based on Spring facilities.

See:
          Description

Interface Summary
ApplicationExceptionManager Interface used for decoupling the algorithm for determing if a throwable is an exception from the rest of the transactional support.
 

Class Summary
AbstractApplicationExceptionManager Abstract implementation containing the ejb specification shortcut rules: if the throwable is Error or RemoteException then it is SystemException if the throwable is CreateException/FinderException/RemoveException then it is an ApplicationException .
DefaultApplicationExceptionManager Default implementation for detecting application exceptions.
Ejb3TransactionAttribute EJB3 Transaction Attribute which will rollback on all exceptions unless the "Application Exceptions" with rollback attribute set to false.
TransactionalMetadata Metadata for a transactional component such as an EJB.
 

Package org.springframework.jee.transaction Description

EJB3 transaction support based on Spring facilities.



Copyright 2006 Interface21. All Rights Reserved.