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