org.jboss.test.invokers.interfaces
Interface BusinessObjectLocal
- All Superinterfaces:
- EJBLocalObject (src)
- public interface BusinessObjectLocal
- extends EJBLocalObject (src)
The interface representing the locally invocable business methods.
Method Summary |
java.lang.String |
doSomethingSlowly(java.lang.Object arg1,
java.lang.String arg2)
A long running business method that is inteded to be invoked
asynchronously via the JMSGatewayMDB. |
doSomethingSlowly
public java.lang.String doSomethingSlowly(java.lang.Object arg1,
java.lang.String arg2)
- A long running business method that is inteded to be invoked
asynchronously via the JMSGatewayMDB.
- Returns:
- the result of the long operation