org.jboss.remoting
Interface InvokerCallbackHandler

All Known Implementing Classes:
ServerInvokerCallbackHandler

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.

Version:
$Revision: 1.5 $
Author:
Tom Elrod

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

Method Detail

handleCallback

public void handleCallback(InvocationRequest invocation)
                    throws HandleCallbackException
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


Copyright © 2004 JBoss Inc. All Rights Reserved.