org.ow2.easybeans.transaction.interceptors |
EJB 3.0
Implementation of EJB 3.0 container
|
Java Source File Name | Type | Comment |
AbsTransactionInterceptor.java | Class | Defines an abstract interceptor for transaction with common code used by all
transaction interceptors. |
BMTStatefulTransactionInterceptor.java | Class | Defines an interceptor for method that are in Bean managed mode and then in
Bean Managed Transaction : for a stateful bean. |
BMTStatelessTransactionInterceptor.java | Class | Defines an interceptor for method that are in Bean managed mode and then in Bean Managed Transaction. |
BMTTransactionInterceptor.java | Class | Defines an interceptor for method that are in Bean managed mode and then in Bean Managed Transaction. |
CMTMandatoryTransactionInterceptor.java | Class | Defines an interceptor for method using the MANDATORY attribute. |
CMTNeverTransactionInterceptor.java | Class | Defines an interceptor for method using the NEVER attribute. |
CMTNotSupportedTransactionInterceptor.java | Class | Defines an interceptor for method using the NOT_SUPPORTED attribute. |
CMTRequiredTransactionInterceptor.java | Class | Defines an interceptor for method using the REQUIRED attribute. |
CMTRequiresNewTransactionInterceptor.java | Class | Defines an interceptor for method using the REQUIRES_NEW attribute. |
CMTSupportsTransactionInterceptor.java | Class | Defines an interceptor for method using the SUPPORTS attribute. |
ListenerSessionSynchronizationInterceptor.java | Class | This interceptor will add on the current transaction an object which will
listen the transaction synchronization and call methods on a bean. |