Uses of Class
org.jboss.ejb3.tx.AbstractInterceptor

Packages that use AbstractInterceptor
org.jboss.ejb3.tx   
 

Uses of AbstractInterceptor in org.jboss.ejb3.tx
 

Subclasses of AbstractInterceptor in org.jboss.ejb3.tx
 class BMTInterceptor
          Comment
 class StatefulBMTInterceptor
          EJB 3 13.6.1: In the case of a stateful session bean, it is possible that the business method that started a transaction completes without committing or rolling back the transaction.
 class StatelessBMTInterceptor
          EJB 3 13.6.1: If a stateless session bean instance starts a transaction in a business method or interceptor method, it must commit the transaction before the business method (or all its interceptor methods) returns.
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.