| |
|
| org.apache.openejb.test.stateless.StatelessTestClient org.apache.openejb.test.stateless.BasicStatelessTestClient org.apache.openejb.test.stateless.StatelessPojoRemoteIntrfcTests
StatelessPojoRemoteIntrfcTests | public StatelessPojoRemoteIntrfcTests()(Code) | | |
test01_businessMethod | public void test01_businessMethod()(Code) | | |
test02_throwApplicationException | public void test02_throwApplicationException()(Code) | | Throw an application exception and make sure the exception
reaches the bean nicely.
|
test03_invokeAfterApplicationException | public void test03_invokeAfterApplicationException()(Code) | | After an application exception we should still be able to
use our bean
|
test04_throwSystemException | public void test04_throwSystemException()(Code) | | |
test05_invokeAfterSystemException | public void test05_invokeAfterSystemException()(Code) | | After a system exception the intance should be garbage collected
but this is invisible to the client as it will just use another
stateless session object. All the stateless session objects are
equal. Refer 4.5.3 in EJB 3.0 core specification.
|
Methods inherited from org.apache.openejb.test.stateless.StatelessTestClient | protected void setUp() throws Exception(Code)(Java Doc)
|
|
|
|