Classes in org.jboss.remoting.callback that implement SerializableStore |
class |
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. |
class |
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). |
class |
NullCallbackStore
This implementation does nothing other than throw away persisted objects and throw exceptions. |