Package org.jboss.remoting.callback

Interface Summary
AsynchInvokerCallbackHandler AsynchInvokerCallbackHandler extends InvokerCallbackHandler with asynchronous callback handling.
CallbackErrorHandler  
CallbackListener  
CallbackStoreMBean The MBean interface to the CallbackStore implementation.
InvokerCallbackHandler Should be used a receiver of asynchronous callbacks for registered listeners.
 

Class Summary
BlockingCallbackStore This callback store does not persist callback messages when memory is running low, but instead will block the thread making the handle callback call from the server invoker.
Callback This is the class to use for sending callback payloads from the server handler to the callback listener.
CallbackPoller CallbackPoller is used to simulate push callbacks on transports that don't support bidirectional connections.
CallbackStore Acts as a persistent list which writes Serializable objects to disk and will retrieve them in same order in which they were added (FIFO).
DefaultCallbackErrorHandler Default callback error handler if one not specified.
NullCallbackStore This implementation does nothing other than throw away persisted objects and throw exceptions.
ServerInvokerCallbackHandler Responsible for all callbacks in remoting at invoker level (on the server side).
 

Exception Summary
HandleCallbackException This exception may be thrown if there is an error in dispatching the callback to the intended handler.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.