Make asynchronous calls using Transporter
-----------------------------------------
                 Key: JBREM-591
                 URL: 
http://jira.jboss.com/jira/browse/JBREM-591
             Project: JBoss Remoting
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: transporter
            Reporter: vivek v
         Assigned To: Tom  Elrod
This came out of the user forum question,
   
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=89224
Currently, there is a mechanism to do asynchronous calls and callbacks using
InvocationHandler. As more and more people are using POJOs (via Transporter) for remoting
it would be great if we can have the same features (both asynchronous calls and callbacks)
available for the Transporter.
Couple of use cases can be,
Asynchronous Call
-----------------------------
1) Client makes a simple method call (using POJO) on server
2) Server gets the request and returns immediately to the Client. Now Client is free to do
its own stuff without waiting or polling for the result.
3) Server starts processing the request
4) When the response is ready Server sends the response to the Client. 
Callbacks
--------------------
1) An alert happens on the server side
2) Server should be able to send the alert to the Client without Client requesting for
it.
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: 
http://www.atlassian.com/software/jira