Uses of Interface
org.jboss.remoting.SerializableStore

Packages that use SerializableStore
org.jboss.remoting   
 

Uses of SerializableStore in org.jboss.remoting
 

Subinterfaces of SerializableStore in org.jboss.remoting
 interface CallbackStoreMBean
           
 

Classes in org.jboss.remoting that implement SerializableStore
 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 © 2004 JBoss Inc. All Rights Reserved.