Sun Adapter for MSMQ API

com.stc.connector.msmqadapter.jni
Class MSMQRcvActionCode

java.lang.Object
  extended by com.stc.connector.msmqadapter.jni.MSMQRcvActionCode

public class MSMQRcvActionCode
extends java.lang.Object


Field Summary
static int ACTION_PEEK_CURRENT
           
static int ACTION_PEEK_NEXT
           
static int ACTION_RECEIVE
           
 
Constructor Summary
MSMQRcvActionCode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_RECEIVE

public static int ACTION_RECEIVE

ACTION_PEEK_CURRENT

public static int ACTION_PEEK_CURRENT

ACTION_PEEK_NEXT

public static int ACTION_PEEK_NEXT
Constructor Detail

MSMQRcvActionCode

public MSMQRcvActionCode()

Sun Adapter for MSMQ API