Uses of Interface
org.jboss.remoting.SerializableStore

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 NullCallbackStore
          This implementation does nothing other than throw away persisted objects and throw exceptions.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.