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

All Implemented Interfaces:
    Interceptor

This interceptor handles transactions for session BMT beans.
Fields inherited from org.jboss.ejb.plugins.AbstractTxInterceptorBMT:
stateless
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.TxInterceptorBMT Summary:
create,   invoke,   invokeHome,   resetStatistic,   retrieveStatistic,   sample
Methods from org.jboss.ejb.plugins.AbstractTxInterceptorBMT:
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.TxInterceptorBMT Detail:
 public  void create() throws Exception 
 public Object invoke(Invocation mi) throws Exception 
 public Object invokeHome(Invocation mi) throws Exception 
 public  void resetStatistic() 
 public Map retrieveStatistic() 
 public  void sample(Object s)