|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.mq.MqMgr
public class MqMgr
MqMgrIf - Message Queue Manager Implementation
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
the log |
| Constructor Summary | |
|---|---|
MqMgr()
Constructor |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public MqMgr()
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public void postMessageToQueue(MqOptionsIf options)
throws KKException
MqMgrIf
postMessageToQueue in interface MqMgrIfoptions - the MQ options
KKException
public MqResponseIf readMessageFromQueue(MqOptionsIf options)
throws KKException
MqMgrIf
readMessageFromQueue in interface MqMgrIfoptions - the MQ options
KKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||