xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.client.qos.GetQos

Packages that use GetQos
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.queuemsg   
 

Uses of GetQos in org.xmlBlaster.client
 

Methods in org.xmlBlaster.client with parameters of type GetQos
 MsgUnit[] XmlBlasterAccess.get(GetKey getKey, GetQos getQos)
           
 MsgUnit[] I_XmlBlasterAccess.get(GetKey getKey, GetQos getQos)
          Get synchronous messages.
 MsgUnit[] SynchronousCache.get(GetKey getKey, GetQos getQos)
          Access messages from cache
 MsgUnit[] XmlBlasterAccess.getCached(GetKey getKey, GetQos getQos)
           
 MsgUnit[] I_XmlBlasterAccess.getCached(GetKey getKey, GetQos getQos)
          Access synchronously messages.
 

Uses of GetQos in org.xmlBlaster.client.queuemsg
 

Fields in org.xmlBlaster.client.queuemsg declared as GetQos
private  GetQos MsgQueueGetEntry.getQos
           
 

Methods in org.xmlBlaster.client.queuemsg that return GetQos
 GetQos MsgQueueGetEntry.getGetQos()
           
 

Constructors in org.xmlBlaster.client.queuemsg with parameters of type GetQos
MsgQueueGetEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, GetKey getKey, GetQos getQos)
          For persistence recovery
MsgQueueGetEntry(Global glob, StorageId storageId, GetKey getKey, GetQos getQos)
          Use this constructor for a get() request.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.