| org.apache.openejb.test.stateful.StatefulTestClient org.apache.openejb.test.stateful.BasicStatefulTestClient org.apache.openejb.test.stateful.StatefulPojoEjbObjectTests
Method Summary | |
protected void | setUp() | protected void | tearDown() | public void | test01_getEjbHome() A method to test retrieving the EJBHome interface of a session bean using its EJBObject reference. | public void | test02_getHandle() A method to test retrieving a Handle of a session bean using its EJBObject reference. | public void | test03_isIdentical() A method to test the implementation of Stateful Session Bean identity check. | public void | test04_remove() This test is 2 in 1, it tests calling remove() on an EJBObject reference and then calling a business method on the
same reference after the remove() is successfuly called. | public void | test05_getPrimaryKey() See EJB3.0 "Core Contracts and Requirements" specification, section : 3.6.8.3 . |
StatefulPojoEjbObjectTests | public StatefulPojoEjbObjectTests()(Code) | | |
test01_getEjbHome | public void test01_getEjbHome()(Code) | | A method to test retrieving the EJBHome interface of a session bean using its EJBObject reference.
|
test02_getHandle | public void test02_getHandle()(Code) | | A method to test retrieving a Handle of a session bean using its EJBObject reference.
|
test03_isIdentical | public void test03_isIdentical()(Code) | | A method to test the implementation of Stateful Session Bean identity check.
See EJB3.0 "Core Contracts and Requirements" specification, section 3.4.5.1
|
test04_remove | public void test04_remove()(Code) | | This test is 2 in 1, it tests calling remove() on an EJBObject reference and then calling a business method on the
same reference after the remove() is successfuly called.
|
test05_getPrimaryKey | public void test05_getPrimaryKey()(Code) | | See EJB3.0 "Core Contracts and Requirements" specification, section : 3.6.8.3 .
|
Methods inherited from org.apache.openejb.test.stateful.StatefulTestClient | protected void setUp() throws Exception(Code)(Java Doc)
|
|
|