|
xmlBlaster 2.1.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.1.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||