com.ibm.mq
Class MQOD

java.lang.Object
  |
  +--com.ibm.mq.MQOD

public class MQOD
extends java.lang.Object

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 MQOPEN and MQPUT1 calls.


Field Summary
 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.
 
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 ObjectName object 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.


(c) Copyright IBM Corp. 2005. All Rights Reserved.