|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use KeyData | |
| org.xmlBlaster.engine | The core implementation. |
| org.xmlBlaster.engine.admin.extern | |
| org.xmlBlaster.engine.xml2java | |
| org.xmlBlaster.util | Java helper classes for server and client programming. |
| org.xmlBlaster.util.key | |
| Uses of KeyData in org.xmlBlaster.engine |
| Fields in org.xmlBlaster.engine declared as KeyData | |
private KeyData |
SubscriptionInfo.keyData
reference to keyData |
| Methods in org.xmlBlaster.engine that return KeyData | |
KeyData |
SubscriptionInfo.getKeyData()
Access on KeyData object |
private KeyData[] |
RequestBroker.queryMatchingKeys(SessionInfo sessionInfo,
QueryKeyData queryKeyData,
QueryQosData qos)
This method does the query (queryType = "XPATH" | "EXACT"). |
| Methods in org.xmlBlaster.engine with parameters of type KeyData | |
private void |
SubscriptionInfo.init(ServerScope glob,
SessionInfo sessionInfo,
KeyData keyData,
SubscribeQosServer qos)
|
private static java.lang.String |
SubscriptionInfo.generateUniqueKey(KeyData keyData,
QueryQosData xmlQos,
boolean clusterWideUnique)
This static method may be used from external objects to get the unique key of a subscription. |
| Constructors in org.xmlBlaster.engine with parameters of type KeyData | |
SubscriptionInfo(ServerScope glob,
SessionInfo sessionInfo,
KeyData keyData,
SubscribeQosServer qos)
Use this constructor for an exact subscription. |
|
SubscriptionInfo(ServerScope glob,
SessionInfo sessionInfo,
SubscriptionInfo querySub,
KeyData keyData)
Use this constructor it the subscription is a result of a XPath subscription |
|
| Uses of KeyData in org.xmlBlaster.engine.admin.extern |
| Methods in org.xmlBlaster.engine.admin.extern with parameters of type KeyData | |
java.lang.String |
MomClientGateway.setCommand(SessionInfo sessionInfo,
KeyData xmlKey,
MsgUnit msgUnit,
PublishQosServer publishQos,
boolean isClusterUpdate)
Called by RequestBroker on publish() of command messages. |
| Uses of KeyData in org.xmlBlaster.engine.xml2java |
| Fields in org.xmlBlaster.engine.xml2java declared as KeyData | |
protected KeyData |
XmlKey.keyData
|
| Methods in org.xmlBlaster.engine.xml2java that return KeyData | |
KeyData |
XmlKey.getKeyData()
|
| Constructors in org.xmlBlaster.engine.xml2java with parameters of type KeyData | |
XmlKey(ServerScope glob,
KeyData keyData)
Parses given xml string |
|
| Uses of KeyData in org.xmlBlaster.util |
| Fields in org.xmlBlaster.util declared as KeyData | |
private KeyData |
MsgUnit.keyData
|
| Methods in org.xmlBlaster.util that return KeyData | |
KeyData |
MsgUnit.getKeyData()
The parsed key. |
| Methods in org.xmlBlaster.util with parameters of type KeyData | |
java.lang.String |
FileDumper.dumpMessage(KeyData keyData,
byte[] content,
QosData qosData)
|
java.lang.String |
FileDumper.dumpMessage(KeyData keyData,
byte[] content,
QosData qosData,
boolean verbose)
Dump dead message to hard disk. |
| Constructors in org.xmlBlaster.util with parameters of type KeyData | |
MsgUnit(KeyData key,
byte[] content,
QosData qos)
Create a MsgUnit with pre-parsed parameters. |
|
MsgUnit(MsgUnit old,
KeyData key,
byte[] content,
QosData qos)
Clone this message unit (but not the content). |
|
| Uses of KeyData in org.xmlBlaster.util.key |
| Subclasses of KeyData in org.xmlBlaster.util.key | |
class |
MsgKeyData
This class encapsulates the Message meta data and unique identifier (key) of a publish()/update() or get()-return message. |
class |
QueryKeyData
This class encapsulates the Message key information of query invocations. |
| Methods in org.xmlBlaster.util.key with parameters of type KeyData | |
boolean |
KeyData.equals(KeyData other)
Check if same query is used |
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||