xmlBlaster 2.2.0 client API

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

Packages that use I_StorageProblemListener
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.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
           
 

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 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.