org.jboss.test.aop.bean
Class TxPOJO

java.lang.Object
  extended byorg.jboss.test.aop.bean.TxPOJO

public class TxPOJO
extends java.lang.Object


Constructor Summary
TxPOJO()
           
 
Method Summary
 void callMandatoryNoTx()
           
 void callMandatoryWithTx()
           
 void callNever()
           
 void callNotSupported()
           
 void callRequiresNew()
           
 void callSupportsWithoutTx()
           
 void callSupportsWithTx()
           
 boolean hasActiveTransaction()
           
 void mandatory()
           
 void never()
           
 void notsupported()
           
 void required()
           
 void requiresNew(Transaction (src)  tx)
           
 void supports(Transaction (src)  tx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxPOJO

public TxPOJO()
       throws java.lang.Exception
Method Detail

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