|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlasterConnection
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 |
|---|
Global getGlobal()
throws XmlBlasterException
XmlBlasterException
MsgUnit[] get(java.lang.String xmlKey,
java.lang.String qos)
throws XmlBlasterException
XmlBlasterException
PublishReturnQos publish(MsgUnit msgUnit)
throws XmlBlasterException
XmlBlasterException
PublishReturnQos[] publishArr(MsgUnit[] msgUnitArr)
throws XmlBlasterException
XmlBlasterException
EraseReturnQos[] erase(java.lang.String xmlKey,
java.lang.String qos)
throws XmlBlasterException
XmlBlasterException
void close()
throws XmlBlasterException
XmlBlasterException
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||