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
    An MQPropertyDescriptor instance is used to describe a property of an MQMessage. It encapsulates a property descriptor structure (MQPD). This class is an input parameter on the MQMessage#set*Property() calls and an output parameter on the MQMessage.get*Property() calls.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int context
      This describes the message context the property belongs to.
      int copyOptions
      This describes which type of messages the property should be copied into.
      int options
      Message Property's Options.
      int support
      This 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.
      int version
      This is the structure version number; the value must be:MQPD_VERSION_1
      • Fields inherited from class com.ibm.mq.jmqi.JmqiObject

        COMP_JM, COMP_JN, COMP_JO
    • Constructor Summary

      Constructors 
      Constructor and Description
      MQPropertyDescriptor()
      Default constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait