org.jboss.aspects.tx
Class TxInterceptor.NotSupported
java.lang.Object
org.jboss.aspects.tx.TxInterceptor.NotSupported
- All Implemented Interfaces:
- org.jboss.aop.advice.Interceptor
- Enclosing class:
- TxInterceptor
public static class TxInterceptor.NotSupported
- extends Object
- implements org.jboss.aop.advice.Interceptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tm
protected TransactionManager tm
policy
protected TxPolicy policy
timeout
protected int timeout
TxInterceptor.NotSupported
public TxInterceptor.NotSupported(TransactionManager tm,
TxPolicy policy)
TxInterceptor.NotSupported
public TxInterceptor.NotSupported(TransactionManager tm,
TxPolicy policy,
int timeout)
invoke
public Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
throws Throwable
- Specified by:
invoke
in interface org.jboss.aop.advice.Interceptor
- Throws:
Throwable
getName
public String getName()
- Specified by:
getName
in interface org.jboss.aop.advice.Interceptor
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.