Class MQOD

java.lang.Object
com.ibm.mq.jmqi.JmqiObject
com.ibm.mq.MQOD

public class MQOD extends com.ibm.mq.jmqi.JmqiObject
An MQOD instance is used to specify an object by name. The following types of object are valid:
  • Queue
  • Process definition
  • Queue manager
This class is an input/output parameter for the MQSESSION.MQOPEN and MQSESSION.MQPUT1 calls.
  • Field Details

    • ObjectType

      public int ObjectType
      Object type. Type of object being named in ObjectName.
    • ObjectName

      public String ObjectName
      Object name. This is the local name of the object as defined on the queue manager identified by ObjectQMgrName.
    • ObjectQMgrName

      public String ObjectQMgrName
      Object queue manager name. This is the name of the queue manager on which the ObjectNameobject is defined.
    • DynamicQName

      public String DynamicQName
      Dynamic queue name. This is the name of a dynamic queue that is to be created by the MQOPEN call. This is of relevance only when ObjectName specifies the name of a model queue; in all other cases DynamicQName is ignored.
    • AlternateUserId

      public String AlternateUserId
      Alternate user identifier.
  • Constructor Details

    • MQOD

      public MQOD()