|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializableStore | |
---|---|
org.jboss.remoting.callback |
Uses of SerializableStore in org.jboss.remoting.callback |
---|
Subinterfaces of SerializableStore in org.jboss.remoting.callback | |
---|---|
interface |
CallbackStoreMBean
The MBean interface to the CallbackStore implementation. |
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 |
CallbackStoreWrapper
A CallbackStoreWrapper is used to wrap an MBean proxy that implements org.jboss.remoting.SerializableStore. |
class |
NullCallbackStore
This implementation does nothing other than throw away persisted objects and throw exceptions. |
Constructors in org.jboss.remoting.callback with parameters of type SerializableStore | |
---|---|
CallbackStoreWrapper(SerializableStore proxy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |