Not sure what you are trying to say here.  The remoting server will detect that 
the callback client is unavailable and throw an exception to the invocation 
handler.  Then either the remoting server can remove the callback client 
automatically or let the invocation handler do it.  

The only problem with having remoting do this automatically is how to figure 
out exactly when this should be triggered?  It is possible that the callback 
client is only temporarily unavailable, thus removing it automatically on the 
first failure might be too severe.  I think it should be up to the user 
(invocation handler) to decide how tolerant of failures they wish to be.  

Guess could have as worst case that if get three errors, will then throw 
something like CallbackHandlerUnavailable exception and remove it automatically 
(in case invocation handler forgets to remove the callback handler themselves).
  

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to