xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.client.key.UnSubscribeKey

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

Uses of UnSubscribeKey in org.xmlBlaster.client
 

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

Uses of UnSubscribeKey in org.xmlBlaster.client.queuemsg
 

Methods in org.xmlBlaster.client.queuemsg that return UnSubscribeKey
 UnSubscribeKey MsgQueueUnSubscribeEntry.getUnSubscribeKey()
           
 

Constructors in org.xmlBlaster.client.queuemsg with parameters of type UnSubscribeKey
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.