| |
|
| java.lang.Object org.ow2.easybeans.tests.common.resources.EJBContextTester
EJBContextTester | public class EJBContextTester (Code) | | EJBContext Tester.
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Method Summary | |
protected void | access00() Tests an ejb context reference. | public static void | checkInstance(EJBContext ctx) Checks if an ejb context reference is working well. |
EJBContextTester | public EJBContextTester()(Code) | | Default Constructor.
|
access00 | protected void access00() throws Exception(Code) | | Tests an ejb context reference.
throws: Exception - if a problem occurs. |
checkInstance | public static void checkInstance(EJBContext ctx) throws Exception(Code) | | Checks if an ejb context reference is working well.
Parameters: ctx - reference throws: Exception - if a problem occurs |
|
|
|