xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.qos.HistoryQos

Packages that use HistoryQos
org.xmlBlaster.client.qos   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.qos   
org.xmlBlaster.util.qos   
 

Uses of HistoryQos in org.xmlBlaster.client.qos
 

Methods in org.xmlBlaster.client.qos with parameters of type HistoryQos
 void SubscribeQos.setHistoryQos(HistoryQos historyQos)
          Query historical messages.
 void GetQos.setHistoryQos(HistoryQos historyQos)
          Query historical messages.
 

Uses of HistoryQos in org.xmlBlaster.engine
 

Methods in org.xmlBlaster.engine with parameters of type HistoryQos
 long TopicHandler.eraseFromHistoryQueue(SessionInfo sessionInfo, HistoryQos historyQos)
          Erase message instances but not the topic itself.
 

Uses of HistoryQos in org.xmlBlaster.engine.qos
 

Methods in org.xmlBlaster.engine.qos that return HistoryQos
 HistoryQos SubscribeQosServer.getHistoryQos()
          Query the message history
 HistoryQos GetQosServer.getHistoryQos()
          Query the message history
 

Uses of HistoryQos in org.xmlBlaster.util.qos
 

Fields in org.xmlBlaster.util.qos declared as HistoryQos
private  HistoryQos QueryQosData.historyQos
          Query history messages
private  HistoryQos QueryQosSaxFactory.tmpHistory
           
 

Methods in org.xmlBlaster.util.qos that return HistoryQos
 HistoryQos QueryQosData.getHistoryQos()
          Get the QoS which describes the history query settings.
 

Methods in org.xmlBlaster.util.qos with parameters of type HistoryQos
 void QueryQosData.setHistoryQos(HistoryQos historyQos)
          Set the QoS which describes the history query settings.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.