|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mq.MQPutMessageOptions
This class contains options that control the behavior of MQQueue.put
.
Field Summary | |
MQQueue |
contextReference
An input field that indicates the source of the context information. |
int |
contextReferenceHandle
Handle to the context reference |
int |
invalidDestCount
Number of messages that could not be sent. |
int |
knownDestCount
Number of messages successfully sent to local queues. |
int |
options
Options that control the action of MQQueue.put() .
|
int |
recordFields
Flag that controls the behavior of MQPUT when used with distribution lists. |
java.lang.String |
resolvedQueueManagerName
An output field set by the queue manager to the name of the queue manager that owns the remote queue. |
java.lang.String |
resolvedQueueName
The output field set by the queue manager to the name of the queue on which the message is placed. |
int |
unknownDestCount
Number of messages successfully sent to remote queues. |
Constructor Summary | |
MQPutMessageOptions()
Constructs an object with no options set, and blank resolvedQueueName and resolvedQueueManagerName. |
|
MQPutMessageOptions(boolean noReadBack)
Constructs an MQPutMessageOptions object; reading the options field is optional.
|
Method Summary | |
void |
updateDistributionListItems()
Copies updates in the response records into the distribution list items. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int options
MQQueue.put()
.
Any or none of the following values can be specified.
If more than one option is required, the values can be combined using '+' or '|'.
MQC.MQPMO_SYNCPOINT
MQC.MQPMO_NO_SYNCPOINT
- default
MQC.MQPMO_NO_CONTEXT
MQC.MQPMO_DEFAULT_CONTEXT
MQC.MQPMO_SET_IDENTITY_CONTEXT
MQC.MQPMO_SET_ALL_CONTEXT
MQC.MQPMO_FAIL_IF_QUIESCING
MQC.MQPMO_NEW_MSG_ID
MQC.MQPMO_NEW_CORREL_ID
MQC.MQPMO_LOGICAL_ORDER
MQC.MQPMO_ALTERNATE_USER_AUTHORITY
MQC.MQPMO_RESOLVE_LOCAL_Q
public int contextReferenceHandle
public MQQueue contextReference
MQC.MQPMO_PASS_IDENTITY_CONTEXT
or MQC.MQPMO_PASS_ALL_CONTEXT
, set this field to refer to the MQQueue from which to
take the context information.
The initial value of this field is null.
public java.lang.String resolvedQueueName
MQC.MQOO_RESOLVE_LOCAL_Q
,
MQC.MQPMO_RESOLVE_LOCAL_Q
public java.lang.String resolvedQueueManagerName
MQC.MQOO_RESOLVE_LOCAL_Q
,
MQC.MQPMO_RESOLVE_LOCAL_Q
public int knownDestCount
public int unknownDestCount
public int invalidDestCount
public int recordFields
Constructor Detail |
public MQPutMessageOptions()
public MQPutMessageOptions(boolean noReadBack)
options
field is optional.
You can use this constructor to save some overheads if your application never
needs to read back the options field.
noReadBack
- if true this disables the reading back the options MQPMO field.
This avoids the overhead of converting it.Method Detail |
public void updateDistributionListItems()
|
(c) Copyright IBM Corp. 2005. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |