| org.jboss.test.security.interfaces.StatelessSessionLocal
StatelessSessionLocal | public interface StatelessSessionLocal extends EJBLocalObject(Code) | | A simple local statless session interface.
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. |
echo | public String echo(String arg)(Code) | | Basic test that has both argument serialization and return
value serialization.
|
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.
|
|
|