_testCohBeanRemoveA(int tx) Test of coherence a2.remove() => b1.retrieveB()=null && b2.retrieveB()=null && b3.retrieveB()=null
Same as _testCohRemoveA except that the called remove method is on the bean
instead of the home.
public void
_testCohBeanRemoveB(int tx) Test of coherence b2.remove() => a1.retrieveB()=null && a2.retrieveB()=null && a3.retrieveB()=null
Same as _testCohRemoveB except that the called remove method is on the bean
instead of the home.
public void _testCohBeanRemoveA(int tx) throws Exception(Code)
Test of coherence a2.remove() => b1.retrieveB()=null && b2.retrieveB()=null && b3.retrieveB()=null
Same as _testCohRemoveA except that the called remove method is on the bean
instead of the home.
_testCohBeanRemoveB
public void _testCohBeanRemoveB(int tx) throws Exception(Code)
Test of coherence b2.remove() => a1.retrieveB()=null && a2.retrieveB()=null && a3.retrieveB()=null
Same as _testCohRemoveB except that the called remove method is on the bean
instead of the home.