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