MQOD

public class MQOD
extends Object
java.lang.Object
   |
   +----com.ibm.mq.MQOD
          

An MQOD instance is used to specify an object by name. The following types of object are valid:

This class is an input/output parameter for the MQSESSION.OPEN() and MQSESSION.MQPUT1 calls.

Fields

AlternateUserId

public java.lang.String

Alternate user identifier.

DynamicQName

public java.lang.String

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.

ObjectName

public java.lang.String

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

ObjectQMgrName

public java.lang.String

Object queue manager name. This is the name of the queue manager on which the ObjectName object is defined.

ObjectType

public int

Object type. Type of object being named in ObjectName.