|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MqMgrIf
MqMgrIf - Message Queue Manager Interface Interface which an implementation of this manager must adhere to.
| Method Summary | |
|---|---|
void |
postMessageToQueue(MqOptionsIf options)
Post a message to a specified queue. |
MqResponseIf |
readMessageFromQueue(MqOptionsIf options)
Read a single message from a specified queue. |
| Method Detail |
|---|
void postMessageToQueue(MqOptionsIf options)
throws KKException
options - the MQ options
KKException
MqResponseIf readMessageFromQueue(MqOptionsIf options)
throws KKException
options - the MQ options
KKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||