Package com.ibm.mq
Class MQPropertyDescriptor
java.lang.Object
com.ibm.mq.jmqi.JmqiObject
com.ibm.mq.MQPropertyDescriptor
public class MQPropertyDescriptor
extends com.ibm.mq.jmqi.JmqiObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThis describes the message context the property belongs to.intThis describes which type of messages the property should be copied into.intMessage Property's Options.intThis field describes what level of support for the message property is required of the queue manager in order for the message containing this property to be put to a queue.intThis is the structure version number; the value must be:MQPD_VERSION_1Fields inherited from class com.ibm.mq.jmqi.JmqiObject
COMP_JM, COMP_JN, COMP_JO -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ibm.mq.jmqi.JmqiObject
getJmqiEnvironment
-
Field Details
-
context
public int contextThis describes the message context the property belongs to. Any of the following can be specifiedCMQC.MQPD_USER _CONTEXTCMQC.MQPD_NO_CONTEXT -
copyOptions
public int copyOptionsThis describes which type of messages the property should be copied into. Any of the following can be specified. If more than one is required the values can be: - Added together (do not add the same constant more than once), or - Combined using the bitwise OR operation (if the programming language supports bit operations). Any or none of the following values can be specifiedCMQC.MQCOPY_FORWARDCMQC.MQCOPY_PUBLISHCMQC.MQCOPY_REPLYCMQC.MQCOPY_REPORTCMQC.MQCOPY_ALLCMQC.MQCOPY_DEFAULTCMQC.MQCOPY_NONE -
options
public int optionsMessage Property's Options. This is always an input field. The initial value of this field is MQPD_NONE.CMQC.MQPD_NONE -
support
public int supportThis field describes what level of support for the message property is required of the queue manager in order for the message containing this property to be put to a queue. This only applies to MQ-defined properties; support for all other properties is optional Any or none of the following values can be specifiedCMQC.MQPD_SUPPORT_OPTIONALCMQC.MQPD_SUPPORT_REQUIREDCMQC.MQPD_SUPPORT_REQUIRED_IF_LOCAL -
version
public int versionThis is the structure version number; the value must be:MQPD_VERSION_1
-
-
Constructor Details
-
MQPropertyDescriptor
public MQPropertyDescriptor()Default constructor
-