MQDistributionListItem

 




java.lang.Object
   |
   *- com.ibm.mq.MQMessageTracker
          |
          *- com.ibm.mq.MQDistributionListItem

public class MQDistributionListItem
extends MQMessageTracker (See topic "MQMessageTracker".)

An MQDistributionListItem represents a single item (queue) within a distribution list.

 

Variables

completionCode
public int completionCode

The completion code resulting from the last operation on this item. If this was the construction of an MQDistributionList, the completion code relates to the opening of the queue. If it was a put operation, the completion code relates to the attempt to put a message onto this queue.

The initial value is 0.

queueManagerName
public String queueManagerName

The name of the queue manager on which the queue is defined.

The initial value is "".

queueName
public String queueName

The name of a queue you want to use with a distribution list. This cannot be the name of a model queue.

The initial value is "".

reasonCode
public int reasonCode

The reason code resulting from the last operation on this item. If this was the construction of an MQDistributionList, the reason code relates to the opening of the queue. If it was a put operation, the reason code relates to the attempt to put a message onto this queue.

The initial value is 0.

 

Constructors

MQDistributionListItem
public MQDistributionListItem()

Construct a new MQDistributionListItem object.