org.jboss.ejb3.tx
Class TxInterceptor.NotSupported

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

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


Field Summary
 
Fields inherited from class org.jboss.aspects.tx.TxInterceptor.NotSupported
policy, timeout, tm
 
Constructor Summary
TxInterceptor.NotSupported(javax.transaction.TransactionManager tm, org.jboss.aspects.tx.TxPolicy policy)
           
TxInterceptor.NotSupported(javax.transaction.TransactionManager tm, org.jboss.aspects.tx.TxPolicy policy, int timeout)
           
 
Method Summary
 java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
          EJBTHREE-1082 EJB3 Core Specification 14.3.1 Table 14
 
Methods inherited from class org.jboss.aspects.tx.TxInterceptor.NotSupported
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxInterceptor.NotSupported

public TxInterceptor.NotSupported(javax.transaction.TransactionManager tm,
                                  org.jboss.aspects.tx.TxPolicy policy)

TxInterceptor.NotSupported

public TxInterceptor.NotSupported(javax.transaction.TransactionManager tm,
                                  org.jboss.aspects.tx.TxPolicy policy,
                                  int timeout)
Method Detail

invoke

public java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
                        throws java.lang.Throwable
EJBTHREE-1082 EJB3 Core Specification 14.3.1 Table 14

Specified by:
invoke in interface org.jboss.aop.advice.Interceptor
Overrides:
invoke in class org.jboss.aspects.tx.TxInterceptor.NotSupported
Throws:
java.lang.Throwable