xmlBlaster 2.2.0 client API

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

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

Uses of UnSubscribeQos in org.xmlBlaster.client
 

Methods in org.xmlBlaster.client with parameters of type UnSubscribeQos
 UnSubscribeReturnQos[] XmlBlasterAccess.unSubscribe(UnSubscribeKey unSubscribeKey, UnSubscribeQos unSubscribeQos)
           
 UnSubscribeReturnQos[] I_XmlBlasterAccess.unSubscribe(UnSubscribeKey unSubscribeKey, UnSubscribeQos unSubscribeQos)
          Cancel subscription.
 

Uses of UnSubscribeQos in org.xmlBlaster.client.queuemsg
 

Methods in org.xmlBlaster.client.queuemsg that return UnSubscribeQos
 UnSubscribeQos MsgQueueUnSubscribeEntry.getUnSubscribeQos()
           
 

Constructors in org.xmlBlaster.client.queuemsg with parameters of type UnSubscribeQos
MsgQueueUnSubscribeEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, UnSubscribeKey unSubscribeKey, UnSubscribeQos unSubscribeQos)
          For persistence recovery
MsgQueueUnSubscribeEntry(Global glob, StorageId storageId, UnSubscribeKey unSubscribeKey, UnSubscribeQos unSubscribeQos)
          Use this constructor if a new message object is fed by method unSubscribe().
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.