xmlBlaster 2.2.0 API

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

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

Uses of GetKey in org.xmlBlaster.client
 

Methods in org.xmlBlaster.client with parameters of type GetKey
 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.
 java.lang.String SynchronousCache.getQueryString(GetKey getKey)
          Create a unique key for our Hashtable from a GetKey
 boolean SynchronousCache.newEntry(java.lang.String subId, GetKey getKey, MsgUnit[] units)
          Creates an new entry in the cache

 

Uses of GetKey in org.xmlBlaster.client.queuemsg
 

Fields in org.xmlBlaster.client.queuemsg declared as GetKey
private  GetKey MsgQueueGetEntry.getKey
           
 

Methods in org.xmlBlaster.client.queuemsg that return GetKey
 GetKey MsgQueueGetEntry.getGetKey()
           
 

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