|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
K2 Connection interface for xmlBlaster.
Only a subset of I_XmlBlasterAccess. Be aware that this is a connection interface whose underlying physical pipe typically is pooled.
| Method Summary | |
void |
close()
Close the connection. |
EraseReturnQos[] |
erase(java.lang.String xmlKey,
java.lang.String qos)
Erase message(s), I think |
MsgUnit[] |
get(java.lang.String xmlKey,
java.lang.String qos)
Fetch a message from server |
Global |
getGlobal()
The the preconfigured global of the connection, good to have to be able to create Qos and keys for example. |
PublishReturnQos |
publish(MsgUnit msgUnit)
Publish one message |
PublishReturnQos[] |
publishArr(MsgUnit[] msgUnitArr)
Publish one or more message |
| Method Detail |
public Global getGlobal()
throws XmlBlasterException
XmlBlasterException
public MsgUnit[] get(java.lang.String xmlKey,
java.lang.String qos)
throws XmlBlasterException
XmlBlasterException
public PublishReturnQos publish(MsgUnit msgUnit)
throws XmlBlasterException
XmlBlasterException
public PublishReturnQos[] publishArr(MsgUnit[] msgUnitArr)
throws XmlBlasterException
XmlBlasterException
public EraseReturnQos[] erase(java.lang.String xmlKey,
java.lang.String qos)
throws XmlBlasterException
XmlBlasterException
public void close()
throws XmlBlasterException
XmlBlasterException
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||