org.jboss.remoting
Interface InvokerCallbackHandler

All Known Implementing Classes:
ServerInvokerCallbackHandler (src)

public interface InvokerCallbackHandler

Should be used a receiver of asynchronous callbacks for registered listeners. Upon being called with a callback message, will send back to the client.


Method Summary
 void handleCallback(InvocationRequest (src)  invocation)
          Will take the callback message and send back to client.
 

Method Detail

handleCallback

public void handleCallback(InvocationRequest (src)  invocation)
                    throws HandleCallbackException (src) 
Will take the callback message and send back to client. If client locator is null, will store them till client polls to get them.

Parameters:
invocation -
Throws:
HandleCallbackException (src)