Package org.objectweb.easybeans.transaction.interceptors

Implementation of EJB 3.0 container

See:
          Description

Class Summary
AbsTransactionInterceptor Defines an abstract interceptor for transaction with common code used by all transaction interceptors.
BMTStatefulTransactionInterceptor Defines an interceptor for method that are in Bean managed mode and then in Bean Managed Transaction : for a stateful bean.
BMTStatelessTransactionInterceptor Defines an interceptor for method that are in Bean managed mode and then in Bean Managed Transaction.
BMTTransactionInterceptor Defines an interceptor for method that are in Bean managed mode and then in Bean Managed Transaction.
CMTMandatoryTransactionInterceptor Defines an interceptor for method using the MANDATORY attribute.
CMTNeverTransactionInterceptor Defines an interceptor for method using the NEVER attribute.
CMTNotSupportedTransactionInterceptor Defines an interceptor for method using the NOT_SUPPORTED attribute.
CMTRequiredTransactionInterceptor Defines an interceptor for method using the REQUIRED attribute.
CMTRequiresNewTransactionInterceptor Defines an interceptor for method using the REQUIRES_NEW attribute.
CMTSupportsTransactionInterceptor Defines an interceptor for method using the SUPPORTS attribute.
ListenerSessionSynchronizationInterceptor This interceptor will add on the current transaction an object which will listen the transaction synchronization and call methods on a bean.
 

Package org.objectweb.easybeans.transaction.interceptors Description

Implementation of EJB 3.0 container