Package org.jboss.remoting.callback

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

Class Summary
Callback This is the class to use for sending callback payloads from the server handler to the callback listener.
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.