xmlBlaster 1.6.2 API

org.xmlBlaster.util.queue
Interface I_StorageProblemNotifier

All Known Subinterfaces:
I_Map, I_Queue
All Known Implementing Classes:
CacheQueueInterceptorPlugin, JdbcConnectionPool, JdbcManagerCommonTable, JdbcQueueCommonTablePlugin, MapPlugin, PersistenceCachePlugin, RamQueuePlugin

public interface I_StorageProblemNotifier


Method Summary
 boolean registerStorageProblemListener(I_StorageProblemListener listener)
          registers a new listener to be notified.
 boolean unRegisterStorageProblemListener(I_StorageProblemListener listener)
          unregisters a listener.
 

Method Detail

registerStorageProblemListener

public boolean registerStorageProblemListener(I_StorageProblemListener listener)
registers a new listener to be notified. If the registration was not done (for example if the implementation only allows one listener and there is already one), then a 'false' is returned, otherwise 'true' is returned.


unRegisterStorageProblemListener

public boolean unRegisterStorageProblemListener(I_StorageProblemListener listener)
unregisters a listener. If there is no such listener 'false' is returned, otherwise 'true' is returned.


xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.