xmlBlaster 2.2.0 client API

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

Packages that use I_StorageProblemNotifier
org.xmlBlaster.util.queue   
org.xmlBlaster.util.queue.cache   
org.xmlBlaster.util.queue.jdbc   
org.xmlBlaster.util.queue.ram   
 

Uses of I_StorageProblemNotifier in org.xmlBlaster.util.queue
 

Subinterfaces of I_StorageProblemNotifier in org.xmlBlaster.util.queue
 interface I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
 

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

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

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

Classes in org.xmlBlaster.util.queue.jdbc that implement I_StorageProblemNotifier
 class CommonTableDatabaseAccessor
          Delegate class which takes care of SQL specific stuff for the JdbcQueuePlugin class.
 class CommonTableDatabaseAccessorDelegate
           
 class JdbcConnectionPool
          A Pool of connections to the database to be used for a persistent queue.
 class JdbcQueue
          Persistence queue implementation on a DB based on JDBC.
 class JdbcQueueCommonTablePlugin
          Persistence queue implementation on a DB based on JDBC.
 class XBDatabaseAccessor
          Delegate class which takes care of SQL specific stuff for the JdbcQueuePlugin class.
 class XBDatabaseAccessorDelegate
           
 

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

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


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.