| |
|
| java.lang.Object org.jboss.test.util.ejb.SessionSupport org.jboss.test.perf.ejb.ProbeBean
ProbeBean | public class ProbeBean extends SessionSupport (Code) | | The Probe and ProbeHome interface implementations. Don't put any
logging in the methods as this class is used to test the raw call invocation
overhead.
|
Method Summary | |
public String | echo(String arg) Basic test that has both argument serialization and return
value serialization. | public void | ejbCreate() | 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)(Code) | | Basic test that has both argument serialization and return
value serialization.
|
ejbCreate | public void ejbCreate() throws CreateException(Code) | | |
noop | public void noop()(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)(Code) | | Basic test that has argument serialization.
|
|
|
|