org.jboss.ejb3.tx
Class TxInterceptor.Never

java.lang.Object
  extended by org.jboss.aspects.tx.TxInterceptor.Never
      extended by org.jboss.ejb3.tx.TxInterceptor.Never
All Implemented Interfaces:
org.jboss.aop.advice.Interceptor
Enclosing class:
TxInterceptor

public static class TxInterceptor.Never
extends org.jboss.aspects.tx.TxInterceptor.Never


Field Summary
 
Fields inherited from class org.jboss.aspects.tx.TxInterceptor.Never
policy, timeout, tm
 
Constructor Summary
TxInterceptor.Never(TransactionManager tm, org.jboss.aspects.tx.TxPolicy policy)
           
 
Method Summary
 Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
           
 
Methods inherited from class org.jboss.aspects.tx.TxInterceptor.Never
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxInterceptor.Never

public TxInterceptor.Never(TransactionManager tm,
                           org.jboss.aspects.tx.TxPolicy policy)
Method Detail

invoke

public Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
              throws Throwable
Specified by:
invoke in interface org.jboss.aop.advice.Interceptor
Overrides:
invoke in class org.jboss.aspects.tx.TxInterceptor.Never
Throws:
Throwable


Copyright © 2008 JBoss Inc.. All Rights Reserved.