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). |