xmlBlaster 2.2.0 API

Uses of Package
org.xmlBlaster.util.queue

Packages that use org.xmlBlaster.util.queue
org.xmlBlaster.authentication   
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.dispatch   
org.xmlBlaster.client.queuemsg   
org.xmlBlaster.contrib.dbupdate   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.cluster   
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.engine.msgstore   
org.xmlBlaster.engine.msgstore.cache   
org.xmlBlaster.engine.msgstore.ram   
org.xmlBlaster.engine.query.plugins   
org.xmlBlaster.engine.queuemsg   
org.xmlBlaster.protocol.http.ajax   
org.xmlBlaster.test.classtest.queue   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.admin   
org.xmlBlaster.util.dispatch   
org.xmlBlaster.util.dispatch.plugins   
org.xmlBlaster.util.dispatch.plugins.prio   
org.xmlBlaster.util.error   
org.xmlBlaster.util.queue   
org.xmlBlaster.util.queue.cache   
org.xmlBlaster.util.queue.jdbc   
org.xmlBlaster.util.queue.ram   
org.xmlBlaster.util.queuemsg   
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.authentication
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
I_Storage
           
I_StorageSizeListener
          I_StorageSizeListener listens on number of containing entry changes in the queue.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.client
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
StorageId
          Class encapsulating the unique id of a queue or a cache.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.client.dispatch
I_Entry
           
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
I_QueueEntry
           
I_QueuePutListener
           
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.client.queuemsg
I_Entry
           
I_EntryFactory
          The Interface which can be used to convert an object which implements the interface I_Entry to a byte[] object and back.
I_QueueEntry
           
StorageId
          Class encapsulating the unique id of a queue or a cache.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.contrib.dbupdate
StorageId
          Class encapsulating the unique id of a queue or a cache.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.contrib.replication
I_Entry
           
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.contrib.replication.impl
I_Entry
           
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.engine
I_Entry
           
I_EntryFactory
          The Interface which can be used to convert an object which implements the interface I_Entry to a byte[] object and back.
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
StorageId
          Class encapsulating the unique id of a queue or a cache.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.engine.cluster
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.engine.dispatch
I_Entry
           
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
I_QueueEntry
           
I_QueuePutListener
           
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.engine.msgstore
I_Entry
           
I_EntryFilter
          Callback when entries are accessed from storage.
I_Storage
           
I_StorageProblemNotifier
           
StorageEventHandler
          StorageEventHandler is base class for MapEventHandler and QueueEventHandler.
StorageId
          Class encapsulating the unique id of a queue or a cache.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.engine.msgstore.cache
I_EntryFilter
          Callback when entries are accessed from storage.
I_Storage
           
I_StoragePlugin
          Interface for storage plugins
I_StorageProblemListener
           
I_StorageProblemNotifier
           
I_StorageSizeListener
          I_StorageSizeListener listens on number of containing entry changes in the queue.
StorageId
          Class encapsulating the unique id of a queue or a cache.
StorageSizeListenerHelper
          StorageSizeListenerHelper
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.engine.msgstore.ram
I_EntryFilter
          Callback when entries are accessed from storage.
I_Storage
           
I_StoragePlugin
          Interface for storage plugins
I_StorageProblemListener
           
I_StorageProblemNotifier
           
I_StorageSizeListener
          I_StorageSizeListener listens on number of containing entry changes in the queue.
StorageId
          Class encapsulating the unique id of a queue or a cache.
StorageSizeListenerHelper
          StorageSizeListenerHelper
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.engine.query.plugins
I_Storage
           
I_StorageSizeListener
          I_StorageSizeListener listens on number of containing entry changes in the queue.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.engine.queuemsg
I_Entry
           
I_EntryFactory
          The Interface which can be used to convert an object which implements the interface I_Entry to a byte[] object and back.
I_QueueEntry
           
StorageId
          Class encapsulating the unique id of a queue or a cache.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.protocol.http.ajax
BlockingQueueWrapper
          BlockingQueueWrapper is a wrapper to I_Queue which can be used to perform a blocking peek on an I_Queue.
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
StorageId
          Class encapsulating the unique id of a queue or a cache.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.test.classtest.queue
I_Entry
           
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
I_QueueEntry
           
I_Storage
           
I_StorageSizeListener
          I_StorageSizeListener listens on number of containing entry changes in the queue.
StorageId
          Class encapsulating the unique id of a queue or a cache.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.util
I_EntryFactory
          The Interface which can be used to convert an object which implements the interface I_Entry to a byte[] object and back.
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
QueuePluginManager
          QueuePluginManager loads the I_Queue implementation plugins.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.util.admin
I_Entry
           
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.util.dispatch
I_Entry
           
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
I_QueueEntry
           
I_QueuePutListener
           
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.util.dispatch.plugins
I_Entry
           
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.util.dispatch.plugins.prio
I_Entry
           
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.util.error
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.util.queue
BlockingQueueWrapper.I_BlockingQueueCb
           
EventHelper
           
I_Entry
           
I_EntryFilter
          Callback when entries are accessed from storage.
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
I_QueueEntry
           
I_QueuePutListener
           
I_Storage
           
I_StorageProblemListener
           
I_StorageProblemNotifier
           
I_StorageSizeListener
          I_StorageSizeListener listens on number of containing entry changes in the queue.
StorageEventHandler
          StorageEventHandler is base class for MapEventHandler and QueueEventHandler.
StorageId
          Class encapsulating the unique id of a queue or a cache.
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.util.queue.cache
I_Entry
           
I_EntryFilter
          Callback when entries are accessed from storage.
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
I_QueueEntry
           
I_QueuePutListener
           
I_Storage
           
I_StoragePlugin
          Interface for storage plugins
I_StorageProblemListener
           
I_StorageProblemNotifier
           
I_StorageSizeListener
          I_StorageSizeListener listens on number of containing entry changes in the queue.
StorageId
          Class encapsulating the unique id of a queue or a cache.
StorageSizeListenerHelper
          StorageSizeListenerHelper
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.util.queue.jdbc
I_Entry
           
I_EntryFactory
          The Interface which can be used to convert an object which implements the interface I_Entry to a byte[] object and back.
I_EntryFilter
          Callback when entries are accessed from storage.
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
I_QueueEntry
           
I_QueuePutListener
           
I_Storage
           
I_StoragePlugin
          Interface for storage plugins
I_StorageProblemListener
           
I_StorageProblemNotifier
           
I_StorageSizeListener
          I_StorageSizeListener listens on number of containing entry changes in the queue.
ReturnDataHolder
          DataHolder Object to hold the return data of methods used in the different implementations of the I_Queue and their helper classes.
StorageId
          Class encapsulating the unique id of a queue or a cache.
StorageSizeListenerHelper
          StorageSizeListenerHelper
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.util.queue.ram
I_Entry
           
I_EntryFilter
          Callback when entries are accessed from storage.
I_Queue
          The Interface which all queues (persistent queues and cache queues) must implement.
I_QueueEntry
           
I_QueuePutListener
           
I_Storage
           
I_StoragePlugin
          Interface for storage plugins
I_StorageProblemListener
           
I_StorageProblemNotifier
           
I_StorageSizeListener
          I_StorageSizeListener listens on number of containing entry changes in the queue.
ReturnDataHolder
          DataHolder Object to hold the return data of methods used in the different implementations of the I_Queue and their helper classes.
StorageId
          Class encapsulating the unique id of a queue or a cache.
StorageSizeListenerHelper
          StorageSizeListenerHelper
 

Classes in org.xmlBlaster.util.queue used by org.xmlBlaster.util.queuemsg
I_Entry
           
I_QueueEntry
           
StorageId
          Class encapsulating the unique id of a queue or a cache.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.