xmlBlaster 2.2.0 API

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

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

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

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

Methods in org.xmlBlaster.engine.msgstore.cache with parameters of type I_StorageProblemListener
 boolean PersistenceCachePlugin.registerStorageProblemListener(I_StorageProblemListener listener)
           
 boolean PersistenceCachePlugin.unRegisterStorageProblemListener(I_StorageProblemListener listener)
           
 

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

Methods in org.xmlBlaster.engine.msgstore.ram with parameters of type I_StorageProblemListener
 boolean MapPlugin.registerStorageProblemListener(I_StorageProblemListener listener)
           
 boolean MapPlugin.unRegisterStorageProblemListener(I_StorageProblemListener listener)
           
 

Uses of I_StorageProblemListener in org.xmlBlaster.util.queue
 

Methods in org.xmlBlaster.util.queue with parameters of type I_StorageProblemListener
 boolean I_StorageProblemNotifier.registerStorageProblemListener(I_StorageProblemListener listener)
          registers a new listener to be notified.
 boolean I_StorageProblemNotifier.unRegisterStorageProblemListener(I_StorageProblemListener listener)
          unregisters a listener.
 

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

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

Methods in org.xmlBlaster.util.queue.cache with parameters of type I_StorageProblemListener
 boolean CacheQueueInterceptorPlugin.registerStorageProblemListener(I_StorageProblemListener listener)
           
 boolean CacheQueueInterceptorPlugin.unRegisterStorageProblemListener(I_StorageProblemListener listener)
           
 

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

Classes in org.xmlBlaster.util.queue.jdbc that implement I_StorageProblemListener
 class CommonTableDatabaseAccessor
          Delegate class which takes care of SQL specific stuff for the JdbcQueuePlugin class.
 class CommonTableDatabaseAccessorDelegate
           
 class XBDatabaseAccessor
          Delegate class which takes care of SQL specific stuff for the JdbcQueuePlugin class.
 class XBDatabaseAccessorDelegate
           
 

Fields in org.xmlBlaster.util.queue.jdbc declared as I_StorageProblemListener
private  I_StorageProblemListener JdbcConnectionPool.storageProblemListener
           
 

Fields in org.xmlBlaster.util.queue.jdbc with type parameters of type I_StorageProblemListener
private  java.util.WeakHashMap<I_StorageProblemListener,java.lang.String> XBDatabaseAccessor.listener
           
 

Methods in org.xmlBlaster.util.queue.jdbc that return I_StorageProblemListener
 I_StorageProblemListener[] XBDatabaseAccessor.getStorageProblemListenerArr()
           
 I_StorageProblemListener[] CommonTableDatabaseAccessor.getStorageProblemListenerArr()
           
 

Methods in org.xmlBlaster.util.queue.jdbc with parameters of type I_StorageProblemListener
 boolean JdbcConnectionPool.registerStorageProblemListener(I_StorageProblemListener storageProblemListener)
          Sets the connection listener.
 boolean XBDatabaseAccessor.registerStorageProblemListener(I_StorageProblemListener entry)
          Adds (registers) a listener for connection/disconnection events.
 boolean JdbcQueue.registerStorageProblemListener(I_StorageProblemListener listener)
           
 boolean CommonTableDatabaseAccessor.registerStorageProblemListener(I_StorageProblemListener entry)
          Adds (registers) a listener for connection/disconnection events.
 boolean JdbcQueueCommonTablePlugin.registerStorageProblemListener(I_StorageProblemListener listener)
           
 boolean JdbcConnectionPool.unRegisterStorageProblemListener(I_StorageProblemListener storageProblemListener)
          Unregisters the storageProblemListener.
 boolean XBDatabaseAccessor.unRegisterStorageProblemListener(I_StorageProblemListener entry)
          Adds (registers) a listener for connection/disconnection events.
 boolean JdbcQueue.unRegisterStorageProblemListener(I_StorageProblemListener listener)
           
 boolean CommonTableDatabaseAccessor.unRegisterStorageProblemListener(I_StorageProblemListener entry)
          Adds (registers) a listener for connection/disconnection events.
 boolean JdbcQueueCommonTablePlugin.unRegisterStorageProblemListener(I_StorageProblemListener listener)
           
 

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

Methods in org.xmlBlaster.util.queue.ram with parameters of type I_StorageProblemListener
 boolean RamQueuePlugin.registerStorageProblemListener(I_StorageProblemListener listener)
           
 boolean RamQueuePlugin.unRegisterStorageProblemListener(I_StorageProblemListener listener)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.