xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.util.queue.I_StoragePlugin

Packages that use I_StoragePlugin
org.xmlBlaster.engine.msgstore.cache   
org.xmlBlaster.engine.msgstore.ram   
org.xmlBlaster.util.queue.cache   
org.xmlBlaster.util.queue.jdbc   
org.xmlBlaster.util.queue.ram   
 

Uses of I_StoragePlugin in org.xmlBlaster.engine.msgstore.cache
 

Classes in org.xmlBlaster.engine.msgstore.cache that implement I_StoragePlugin
 class PersistenceCachePlugin
          Implements a random access message storage.
 

Uses of I_StoragePlugin in org.xmlBlaster.engine.msgstore.ram
 

Classes in org.xmlBlaster.engine.msgstore.ram that implement I_StoragePlugin
 class MapPlugin
          Mapping messages in RAM only.
 

Uses of I_StoragePlugin in org.xmlBlaster.util.queue.cache
 

Classes in org.xmlBlaster.util.queue.cache that implement I_StoragePlugin
 class CacheQueueInterceptorPlugin
          Implements a queue cache.
 

Uses of I_StoragePlugin in org.xmlBlaster.util.queue.jdbc
 

Classes in org.xmlBlaster.util.queue.jdbc that implement I_StoragePlugin
 class JdbcQueue
          Persistence queue implementation on a DB based on JDBC.
 class JdbcQueueCommonTablePlugin
          Persistence queue implementation on a DB based on JDBC.
 

Uses of I_StoragePlugin in org.xmlBlaster.util.queue.ram
 

Classes in org.xmlBlaster.util.queue.ram that implement I_StoragePlugin
 class RamQueuePlugin
          Queueing messages in RAM only, sorted after priority and timestamp
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.