|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jmsmq.MQ_ACTION_TYPE
Class that contains the queue action type enumeration for reading message. Microsoft® Message Queuing Server
| Field Summary | |
static int |
_MQ_ACTION_PEEK_CURRENT
Read current message action |
static int |
_MQ_ACTION_PEEK_NEXT
Read next message action |
static int |
_MQ_ACTION_RECEIVE
Extract current message action |
static MQ_ACTION_TYPE |
MQ_ACTION_PEEK_CURRENT
Read current message action class |
static MQ_ACTION_TYPE |
MQ_ACTION_PEEK_NEXT
Read next message action class |
static MQ_ACTION_TYPE |
MQ_ACTION_RECEIVE
Extract current message action class |
| Method Summary | |
int |
getType()
Method that returns the read action property value |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int _MQ_ACTION_RECEIVE
public static final int _MQ_ACTION_PEEK_CURRENT
public static final int _MQ_ACTION_PEEK_NEXT
public static final MQ_ACTION_TYPE MQ_ACTION_RECEIVE
public static final MQ_ACTION_TYPE MQ_ACTION_PEEK_CURRENT
public static final MQ_ACTION_TYPE MQ_ACTION_PEEK_NEXT
| Method Detail |
public int getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||