xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.qos.storage.QueuePropertyBase

Packages that use QueuePropertyBase
org.xmlBlaster.engine.msgstore   
org.xmlBlaster.engine.msgstore.cache   
org.xmlBlaster.engine.msgstore.ram   
org.xmlBlaster.util.qos.storage   
org.xmlBlaster.util.queue   
org.xmlBlaster.util.queue.cache   
org.xmlBlaster.util.queue.jdbc   
org.xmlBlaster.util.queue.ram   
 

Uses of QueuePropertyBase in org.xmlBlaster.engine.msgstore
 

Methods in org.xmlBlaster.engine.msgstore with parameters of type QueuePropertyBase
 I_Map StoragePluginManager.getPlugin(PluginInfo pluginInfo, StorageId storageId, QueuePropertyBase props)
           
 I_Map StoragePluginManager.getPlugin(java.lang.String typeVersion, StorageId storageId, QueuePropertyBase props)
           
 I_Map StoragePluginManager.getPlugin(java.lang.String type, java.lang.String version, StorageId storageId, QueuePropertyBase props)
          Return a new created storage plugin.
 

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

Fields in org.xmlBlaster.engine.msgstore.cache declared as QueuePropertyBase
private  QueuePropertyBase PersistenceCachePlugin.property
           
 

Methods in org.xmlBlaster.engine.msgstore.cache that return QueuePropertyBase
private  QueuePropertyBase PersistenceCachePlugin.createRamCopy(QueuePropertyBase queuePropertyBase)
          We set the cache props to the real props for RAM queue running under a cacheQueue
 

Methods in org.xmlBlaster.engine.msgstore.cache with parameters of type QueuePropertyBase
private  QueuePropertyBase PersistenceCachePlugin.createRamCopy(QueuePropertyBase queuePropertyBase)
          We set the cache props to the real props for RAM queue running under a cacheQueue
 

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

Fields in org.xmlBlaster.engine.msgstore.ram declared as QueuePropertyBase
private  QueuePropertyBase MapPlugin.property
           
 

Uses of QueuePropertyBase in org.xmlBlaster.util.qos.storage
 

Subclasses of QueuePropertyBase in org.xmlBlaster.util.qos.storage
 class CbQueueProperty
          Helper class holding callback queue properties.
 class ClientQueueProperty
          Helper class holding the client side queue properties.
 class HistoryQueueProperty
          Helper class holding history queue properties.
 class MsgUnitStoreProperty
          Helper class holding properties of the MsgUnit storage.
 class SessionStoreProperty
          Helper class holding properties of the Session storage.
 class SubscribeStoreProperty
          Helper class holding properties of the Subscribe storage.
 class TopicStoreProperty
          Helper class holding properties of the Topics storage.
 

Uses of QueuePropertyBase in org.xmlBlaster.util.queue
 

Methods in org.xmlBlaster.util.queue with parameters of type QueuePropertyBase
 I_Queue QueuePluginManager.getPlugin(PluginInfo pluginInfo, StorageId storageId, QueuePropertyBase props)
           
 I_Queue QueuePluginManager.getPlugin(java.lang.String typeVersion, StorageId storageId, QueuePropertyBase props)
           
 I_Queue QueuePluginManager.getPlugin(java.lang.String type, java.lang.String version, StorageId storageId, QueuePropertyBase props)
          Return a new created (persistent) queue plugin.
 

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

Fields in org.xmlBlaster.util.queue.cache declared as QueuePropertyBase
private  QueuePropertyBase CacheQueueInterceptorPlugin.property
           
 

Methods in org.xmlBlaster.util.queue.cache that return QueuePropertyBase
private  QueuePropertyBase CacheQueueInterceptorPlugin.createRamCopy(QueuePropertyBase queuePropertyBase)
          We set the cache props to the real props for RAM queue running under a cacheQueue
 

Methods in org.xmlBlaster.util.queue.cache with parameters of type QueuePropertyBase
private  QueuePropertyBase CacheQueueInterceptorPlugin.createRamCopy(QueuePropertyBase queuePropertyBase)
          We set the cache props to the real props for RAM queue running under a cacheQueue
 

Constructors in org.xmlBlaster.util.queue.cache with parameters of type QueuePropertyBase
CacheControlParam(QueuePropertyBase property)
          Constructs a CacheControlParam by using the queue properties.
 

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

Fields in org.xmlBlaster.util.queue.jdbc declared as QueuePropertyBase
private  QueuePropertyBase JdbcQueue.property
           
private  QueuePropertyBase JdbcQueueCommonTablePlugin.property
           
 

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

Fields in org.xmlBlaster.util.queue.ram declared as QueuePropertyBase
private  QueuePropertyBase RamQueuePlugin.property
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.