public class MQDistributionListItem
extends com.ibm.mq.MQMessageTracker
| Modifier and Type | Field and Description |
|---|---|
int |
completionCode
The completion code resulting from the most recent operation on this item.
|
java.lang.String |
queueManagerName
The name of the queue manager on which the queue is defined.
|
java.lang.String |
queueName
The name of a queue to be used with a distribution list.
|
int |
reasonCode
The reason code resulting from the last operation on this item.
|
| Constructor and Description |
|---|
MQDistributionListItem()
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
MQDistributionListItem |
getNextDistributedItem()
Gets the next item in the chain.
|
MQDistributionListItem |
getPreviousDistributedItem()
Gets the previous item in the chain.
|
public java.lang.String queueManagerName
public java.lang.String queueName
The initial value is "" (empty string).
public int completionCode
The initial value is 0.
public int reasonCode
The initial value is 0.
public MQDistributionListItem getNextDistributedItem()
public MQDistributionListItem getPreviousDistributedItem()