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

All Implemented Interfaces:
    Interceptor

A NoTxPropagationInterceptor for throwing remote exceptions according to the spec.
Fields inherited from org.jboss.ejb.plugins.AbstractInterceptor:
nextInterceptor,  log,  container
Method from org.jboss.proxy.ejb.NoTxPropagationInterceptor Summary:
checkNoTxPropagation,   invoke,   invokeHome
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.proxy.ejb.NoTxPropagationInterceptor Detail:
 protected  void checkNoTxPropagation(Invocation mi) throws Exception 
 public Object invoke(Invocation mi) throws Exception 
 public Object invokeHome(Invocation mi) throws Exception