net.sf.jmsmq
Class MQ_XACT_TYPE

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

public final class MQ_XACT_TYPE
extends java.lang.Object

Class that contains the queue trasaction type enumeration. Microsoft® Message Queuing Server


Field Summary
static int _MQ_XACT_NONE
          No transactional queue
static int _MQ_XACT_TRANSACTIONAL
          Transactional queue
static MQ_XACT_TYPE MQ_XACT_NONE
          No transactional queue class
static MQ_XACT_TYPE MQ_XACT_TRANSACTIONAL
          Transactional queue class
 
Method Summary
 int getType()
          Método que devuelve la propiedad
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_MQ_XACT_NONE

public static final int _MQ_XACT_NONE
No transactional queue

See Also:
Constant Field Values

_MQ_XACT_TRANSACTIONAL

public static final int _MQ_XACT_TRANSACTIONAL
Transactional queue

See Also:
Constant Field Values

MQ_XACT_NONE

public static final MQ_XACT_TYPE MQ_XACT_NONE
No transactional queue class


MQ_XACT_TRANSACTIONAL

public static final MQ_XACT_TYPE MQ_XACT_TRANSACTIONAL
Transactional queue class

Method Detail

getType

public int getType()
Método que devuelve la propiedad

Returns:
int Returns the property value


Jorge Ruesga © 2006. All rigths reserved.