| org.jboss.test.perf.interfaces.Probe
Probe | public interface Probe extends javax.ejb.EJBObject(Code) | | A trivial stateless session bean for testing round trip call
throughput.
|
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. |
noop | public void noop() throws java.rmi.RemoteException(Code) | | Basic test that has no arguments or return values to test the
bare call invocation overhead without any data serialize.
|
|
|