|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mq.MQMessageTracker | +--com.ibm.mq.MQDistributionListItem
Represents a single item (queue) within a distribution list.
Field Summary | |
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. |
Fields inherited from class com.ibm.mq.MQMessageTracker |
accountingToken, correlationId, feedback, groupId, messageId |
Constructor Summary | |
MQDistributionListItem()
Public constructor. |
Method Summary | |
MQDistributionListItem |
getNextDistributedItem()
Gets the next item in the chain. |
MQDistributionListItem |
getPreviousDistributedItem()
Gets the previous item in the chain. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
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.
Constructor Detail |
public MQDistributionListItem()
Method Detail |
public MQDistributionListItem getNextDistributedItem()
public MQDistributionListItem getPreviousDistributedItem()
|
(c) Copyright IBM Corp. 2005. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |