| org.objectweb.jonas.jtests.clients.distribution.A_bankRead org.objectweb.jonas.jtests.clients.distribution.A_bank org.objectweb.jonas.jtests.clients.distribution.A_bankWrite
All known Subclasses: org.objectweb.jonas.jtests.clients.distribution.F_bankDB, org.objectweb.jonas.jtests.clients.distribution.F_bankDBpf, org.objectweb.jonas.jtests.clients.distribution.F_bankCRC, org.objectweb.jonas.jtests.clients.distribution.F_bankCRW, org.objectweb.jonas.jtests.clients.distribution.F_bankCSpf, org.objectweb.jonas.jtests.clients.distribution.F_bankCRCpf, org.objectweb.jonas.jtests.clients.distribution.F_bankCS,
A_bankWrite | abstract public class A_bankWrite extends A_bank (Code) | | |
testAccessRemoved | public void testAccessRemoved() throws Exception(Code) | | test access on removed account
spec EJB 2.1 page 406 (18.3.6/18.3.7) says that the container
must throw a NoSuchObjectException to the client.
|
testBasicRB | public void testBasicRB() throws Exception(Code) | | Test the rollback
|
testCreateRollbackOnly | public void testCreateRollbackOnly() throws Exception(Code) | | Test that an entity created inside a transaction rollback only is not accessible
Emulate a problem raised by safir project
|
Methods inherited from org.objectweb.jonas.jtests.clients.distribution.A_bankRead | public void createOpe(int action, int accmin, int accmax, int loops, int threads) throws Exception(Code)(Java Doc) public void createOpe(int action, int accmin, int accmax, int loops, int threads, int amount) throws Exception(Code)(Java Doc) abstract public String getManagerHomeName()(Code)(Java Doc) abstract public boolean getPrefetch()(Code)(Java Doc) public void ope(int action, int accmin, int accmax, int loops, int threads) throws Exception(Code)(Java Doc) public void ope(int action, int accmin, int accmax, int loops, int threads, int amount) throws Exception(Code)(Java Doc) public void ope(int action, int accmin, int accmax, int loops, int threads, int amount, boolean verify) throws Exception(Code)(Java Doc) protected void setUp()(Code)(Java Doc) protected void tearDown() throws Exception(Code)(Java Doc) public void test3Readers() throws Exception(Code)(Java Doc) public void test3ReadersTx() throws Exception(Code)(Java Doc) public void test4Readers() throws Exception(Code)(Java Doc) public void test4ReadersTx() throws Exception(Code)(Java Doc) public void test5Readers() throws Exception(Code)(Java Doc) public void test5ReadersTx() throws Exception(Code)(Java Doc) public void test8Readers() throws Exception(Code)(Java Doc) public void test8ReadersTx() throws Exception(Code)(Java Doc) public void testBasicRead() throws Exception(Code)(Java Doc) public void testBasicReadTx() throws Exception(Code)(Java Doc) public void testCheckAll() throws Exception(Code)(Java Doc) public void testMultiRead() throws Exception(Code)(Java Doc) public void testMultiReadTx() throws Exception(Code)(Java Doc) public void testMultiShortReadTx() throws Exception(Code)(Java Doc)
|
|
|