net.sf.jmsmq
Class MQ_ACTION_TYPE

java.lang.Object
  extended bynet.sf.jmsmq.MQ_ACTION_TYPE

public final class MQ_ACTION_TYPE
extends java.lang.Object

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

_MQ_ACTION_RECEIVE

public static final int _MQ_ACTION_RECEIVE
Extract current message action

See Also:
Constant Field Values

_MQ_ACTION_PEEK_CURRENT

public static final int _MQ_ACTION_PEEK_CURRENT
Read current message action

See Also:
Constant Field Values

_MQ_ACTION_PEEK_NEXT

public static final int _MQ_ACTION_PEEK_NEXT
Read next message action

See Also:
Constant Field Values

MQ_ACTION_RECEIVE

public static final MQ_ACTION_TYPE MQ_ACTION_RECEIVE
Extract current message action class


MQ_ACTION_PEEK_CURRENT

public static final MQ_ACTION_TYPE MQ_ACTION_PEEK_CURRENT
Read current message action class


MQ_ACTION_PEEK_NEXT

public static final MQ_ACTION_TYPE MQ_ACTION_PEEK_NEXT
Read next message action class

Method Detail

getType

public int getType()
Method that returns the read action property value

Returns:
int Returns the property value


Jorge Ruesga © 2006. All rigths reserved.