| org.jboss.test.perf.interfaces.ProbeLocal
ProbeLocal | public interface ProbeLocal extends EJBLocalObject(Code) | | A trivial stateless session bean for testing round trip call
throughput.
author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
Method Summary | |
public String | echo(String arg) Basic test that has both argument serialization and return
value serialization. | public void | noop() Basic test that has no arguments or return values to test the
bare call invocation overhead without any data serialize. | public void | ping(String arg) Basic test that has argument serialization. |
echo | public String echo(String arg) throws EJBException(Code) | | Basic test that has both argument serialization and return
value serialization.
|
noop | public void noop() throws EJBException(Code) | | Basic test that has no arguments or return values to test the
bare call invocation overhead without any data serialize.
|
ping | public void ping(String arg) throws EJBException(Code) | | Basic test that has argument serialization.
|
|
|