[jboss-jira] [JBoss JIRA] Updated: (JBREM-591) Make asynchronous calls using Transporter

Tom Elrod (JIRA) jira-events at jboss.com
Wed Nov 1 13:46:42 EST 2006


     [ http://jira.jboss.com/jira/browse/JBREM-591?page=all ]

Tom  Elrod updated JBREM-591:
-----------------------------

    Fix Version/s:  2.2.0.Beta1 (Bluto)
                       (was: 2.2.0.Alpha3 (Bluto))

> 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
>    Affects Versions: 2.0.0.CR1 (Boon)
>            Reporter: vivek v
>         Assigned To: Tom  Elrod
>             Fix For:  2.2.0.Beta1 (Bluto)
>
>
> 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

        



More information about the jboss-jira mailing list