net.sf.jmsmq
Class MQ_DENY_TYPE

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

public final class MQ_DENY_TYPE
extends java.lang.Object

Class that contains the open queue share mode type enumeration. Microsoft® Message Queuing Server


Field Summary
static int _MQ_DENY_NONE
          None deny type
static int _MQ_DENY_RECEIVE_SHARE
          Share receive deny type
static MQ_DENY_TYPE MQ_DENY_NONE
          None deny type class
static MQ_DENY_TYPE MQ_DENY_RECEIVE_SHARE
          Share receive deny type class
 
Method Summary
 int getType()
          Method that returns the open queue share mode property value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_MQ_DENY_NONE

public static final int _MQ_DENY_NONE
None deny type

See Also:
Constant Field Values

_MQ_DENY_RECEIVE_SHARE

public static final int _MQ_DENY_RECEIVE_SHARE
Share receive deny type

See Also:
Constant Field Values

MQ_DENY_NONE

public static final MQ_DENY_TYPE MQ_DENY_NONE
None deny type class


MQ_DENY_RECEIVE_SHARE

public static final MQ_DENY_TYPE MQ_DENY_RECEIVE_SHARE
Share receive deny type class

Method Detail

getType

public int getType()
Method that returns the open queue share mode property value

Returns:
int Returns the property value


Jorge Ruesga © 2006. All rigths reserved.