|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.test.util.ejb.EnterpriseSupport (src)
org.jboss.test.util.ejb.SessionSupport (src)
org.jboss.test.perf.ejb.ProbeBean
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.
Field Summary |
Fields inherited from class org.jboss.test.util.ejb.SessionSupport (src) |
log, sessionCtx |
Constructor Summary | |
ProbeBean()
|
Method Summary | |
java.lang.String |
echo(java.lang.String arg)
Basic test that has both argument serialization and return value serialization. |
void |
ejbCreate()
|
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 class org.jboss.test.util.ejb.SessionSupport (src) |
ejbActivate, ejbPassivate, ejbRemove, setSessionContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProbeBean()
Method Detail |
public void ejbCreate() throws CreateException (src)
ejbCreate
in class SessionSupport (src)
CreateException (src)
public void noop()
public void ping(java.lang.String arg)
public java.lang.String echo(java.lang.String arg)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |