org.jboss.test.security.interfaces
Interface StatelessSessionLocal

All Superinterfaces:
EJBLocalObject (src)

public interface StatelessSessionLocal
extends EJBLocalObject (src)

A simple local statless session interface.


Method Summary
 java.lang.String echo(java.lang.String arg)
          Basic test that has both argument serialization and return value serialization.
 void noop()
          Basic test that has no arguments or return values to test the bare call invocation overhead without any data serialize.
 
Methods inherited from interface javax.ejb.EJBLocalObject (src)
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

noop

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 java.lang.String echo(java.lang.String arg)
Basic test that has both argument serialization and return value serialization.