Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » ejb » plugins » [javadoc | source]
org.jboss.ejb.plugins
abstract class: AbstractTxInterceptorBMT [javadoc | source]
java.lang.Object
   org.jboss.ejb.plugins.AbstractInterceptor
      org.jboss.ejb.plugins.AbstractTxInterceptor
         org.jboss.ejb.plugins.AbstractTxInterceptorBMT

All Implemented Interfaces:
    Interceptor

Direct Known Subclasses:
    TxInterceptorBMT, MessageDrivenTxInterceptorBMT

A common superclass for the BMT transaction interceptors.
Nested Class Summary:
public static class  AbstractTxInterceptorBMT.UserTxFactory   
Field Summary
protected  boolean stateless    If false, transactions may live across bean instance invocations, otherwise the bean instance should terminate any transaction before returning from the invocation. This attribute defaults to true
Fields inherited from org.jboss.ejb.plugins.AbstractTxInterceptor:
ejbTimeout,  tm
Fields inherited from org.jboss.ejb.plugins.AbstractInterceptor:
nextInterceptor,  log,  container
Method from org.jboss.ejb.plugins.AbstractTxInterceptorBMT Summary:
create,   invokeNext,   stop
Methods from org.jboss.ejb.plugins.AbstractTxInterceptor:
create,   invokeNext
Methods from org.jboss.ejb.plugins.AbstractInterceptor:
create,   destroy,   getContainer,   getNext,   invoke,   invokeHome,   isAppException,   setContainer,   setNext,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ejb.plugins.AbstractTxInterceptorBMT Detail:
 public  void create() throws Exception 
 protected Object invokeNext(Invocation mi) throws Exception 
 public  void stop()