|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A trivial stateless session bean for testing round trip call throughput.
| Method Summary | |
java.lang.String |
echo(java.lang.String arg)
Basic test that has both argument serialization and return value serialization. |
void |
noop()
Basic test that has no arguments or return values to test the bare call invocation overhead without any data serialize. |
void |
ping(java.lang.String arg)
Basic test that has argument serialization. |
| Methods inherited from interface javax.ejb.EJBLocalObject (src) |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Method Detail |
public void noop()
throws EJBException (src)
EJBException (src)
public void ping(java.lang.String arg)
throws EJBException (src)
EJBException (src)
public java.lang.String echo(java.lang.String arg)
throws EJBException (src)
EJBException (src)
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||