org.jboss.test.cmp2.commerce
Interface TxTester

All Superinterfaces:
EJBLocalObject (src)

public interface TxTester
extends EJBLocalObject (src)


Method Summary
 boolean accessCMRCollectionWithoutTx()
          Test modification of a CMR collection outside of the transaction context in which it was initially materialized.
 
Methods inherited from interface javax.ejb.EJBLocalObject (src)
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

accessCMRCollectionWithoutTx

public boolean accessCMRCollectionWithoutTx()
Test modification of a CMR collection outside of the transaction context in which it was initially materialized. According to EJB2.0 10.3.8 this should throw java.lang.IllegalStateException.

Returns:
true iff this test passed.