[jboss-user] [Remoting] - Re: Remoting 3 trunk - Ordered delivery problem

david.lloyd@jboss.com do-not-reply at jboss.com
Tue Sep 16 13:31:09 EDT 2008


"barbacena" wrote : 
  | What is the API to reply asynchronously?
  | 

Just use that requestContext instance whenever you're ready to reply, from any thread at any time.  Just be sure that you can guarantee that you either send a reply or send an exception eventually.

anonymous wrote : 
  | What is the API to identify a (session) client from the handleRequest?
  | 

A RequestContext is bound to a ClientContext, which represents the server end of the Client channel.

anonymous wrote : 
  | Can I create a endpoint bounded to a session?
  | 

The notion of "Session" has been dropped in favor of letting protocols manage connections in whatever way is appropriate for them.  Requests are carried out exclusively using Clients.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176883#4176883

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176883



More information about the jboss-user mailing list