com.ibm.mq

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 Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String AlternateUserId
      Alternate user identifier.
      java.lang.String DynamicQName
      Dynamic queue name.
      java.lang.String ObjectName
      Object name.
      java.lang.String ObjectQMgrName
      Object queue manager name.
      int ObjectType
      Object type.
      • Fields inherited from class com.ibm.mq.jmqi.JmqiObject

        COMP_JM, COMP_JN, COMP_JO
    • Constructor Summary

      Constructors 
      Constructor and Description
      MQOD() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ObjectType

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

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

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

        public java.lang.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 java.lang.String AlternateUserId
        Alternate user identifier.
    • Constructor Detail

      • MQOD

        public MQOD()
(c) Copyright IBM Corp. 2008, 2015. All Rights Reserved.