org.jboss.test.aop.bean
Class AnnotatedTxPOJO
java.lang.Object
org.jboss.test.aop.bean.AnnotatedTxPOJO
- public class AnnotatedTxPOJO
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotatedTxPOJO
public AnnotatedTxPOJO()
throws java.lang.Exception
never
public void never()
callNever
public void callNever()
throws java.lang.Exception
- Throws:
java.lang.Exception
notsupported
public void notsupported()
throws java.lang.Exception
- Throws:
java.lang.Exception
callNotSupported
public void callNotSupported()
throws java.lang.Exception
- Throws:
java.lang.Exception
supports
public void supports(Transaction (src) tx)
throws java.lang.Exception
- Throws:
java.lang.Exception
hasActiveTransaction
public boolean hasActiveTransaction()
throws java.lang.Exception
- Throws:
java.lang.Exception
callSupportsWithTx
public void callSupportsWithTx()
throws java.lang.Exception
- Throws:
java.lang.Exception
callSupportsWithoutTx
public void callSupportsWithoutTx()
throws java.lang.Exception
- Throws:
java.lang.Exception
required
public void required()
throws java.lang.Exception
- Throws:
java.lang.Exception
requiresNew
public void requiresNew(Transaction (src) tx)
throws java.lang.Exception
- Throws:
java.lang.Exception
callRequiresNew
public void callRequiresNew()
throws java.lang.Exception
- Throws:
java.lang.Exception
mandatory
public void mandatory()
callMandatoryNoTx
public void callMandatoryNoTx()
throws java.lang.Exception
- Throws:
java.lang.Exception
callMandatoryWithTx
public void callMandatoryWithTx()
throws java.lang.Exception
- Throws:
java.lang.Exception