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

All Implemented Interfaces:
    Interceptor

This interceptor handles transactions for message 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.MessageDrivenTxInterceptorBMT Summary:
invoke,   invokeHome
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.MessageDrivenTxInterceptorBMT Detail:
 public Object invoke(Invocation mi) throws Exception 
 public Object invokeHome(Invocation mi)