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.
 
Methods inherited from interface javax.ejb.EJBLocalObject (src)
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

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