| org.jboss.test.invokers.interfaces.BusinessObjectLocal
BusinessObjectLocal | public interface BusinessObjectLocal extends EJBLocalObject(Code) | | The interface representing the locally invocable business methods.
author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
doSomethingSlowly | public String doSomethingSlowly(Object arg1, String arg2)(Code) | | A long running business method that is inteded to be invoked
asynchronously via the JMSGatewayMDB.
the result of the long operation |
|
|