|
Sun Adapter for Websphere MQ API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.mq.MQPutMessageOptions
com.stc.connector.webspheremqadapter.message.PMO
public class PMO
This class subclasses MQPutMessageOptions
to provide
mutators to MQPutMessageOption's public fields, so that they can be
manipulated in the eGate Java Collaboration Editor (which does not permit
direct access to public fields). This class is exposed as part of the eWay
OTD(s).
com.stc.connector.webspheremqadapter.message.MQOtd
Field Summary |
---|
Fields inherited from class com.ibm.mq.MQPutMessageOptions |
---|
contextReference, contextReferenceHandle, invalidDestCount, knownDestCount, options, recordFields, resolvedQueueManagerName, resolvedQueueName, unknownDestCount |
Constructor Summary | |
---|---|
PMO()
Create a PMO object with no options set. |
Method Summary | |
---|---|
void |
optionsClearAll()
Clear all option flags set so far and reset options to MQPMO_NONE. |
void |
setMQPMO_DEFAULT_CONTEXT(boolean bSet)
Set or unset the MGC.MQPMO_DEFAULT_CONTEXT option. |
void |
setMQPMO_FAIL_IF_QUIESCING(boolean bSet)
Set or unset the MGC.MQPMO_FAIL_IF_QUIESCING option. |
void |
setMQPMO_LOGICAL_ORDER(boolean bSet)
Set or unset the MGC.MQPMO_LOGICAL_ORDER option. |
void |
setMQPMO_NEW_CORREL_ID(boolean bSet)
Set or unset the MGC.MQPMO_NEW_CORREL_ID option. |
void |
setMQPMO_NEW_MSG_ID(boolean bSet)
Set or unset the MGC.MQPMO_NEW_MSG_ID option. |
void |
setMQPMO_NO_CONTEXT(boolean bSet)
Set or unset the MGC.MQPMO_NO_CONTEXT option. |
void |
setMQPMO_NO_SYNCPOINT(boolean bSet)
Set or unset the MGC.MQPMO_SYNCPOINT option. |
void |
setMQPMO_NONE(boolean bSet)
Set or unset the MGC.MQPMO_NONE option. |
void |
setMQPMO_PASS_ALL_CONTEXT(boolean bSet)
Set or unset the MGC.MQPMO_PASS_ALL_CONTEXT option. |
void |
setMQPMO_PASS_IDENTITY_CONTEXT(boolean bSet)
Set or unset the MGC.MQPMO_PASS_IDENTITY_CONTEXT option. |
void |
setMQPMO_SET_ALL_CONTEXT(boolean bSet)
Set or unset the MGC.MQPMO_SET_ALL_CONTEXT option. |
void |
setMQPMO_SET_IDENTITY_CONTEXT(boolean bSet)
Set or unset the MGC.MQPMO_SET_IDENTITY_CONTEXT option. |
void |
setMQPMO_SYNCPOINT(boolean bSet)
Set or unset the MGC.MQPMO_SYNCPOINT option. |
Methods inherited from class com.ibm.mq.MQPutMessageOptions |
---|
readFrom, updateDistributionListItems, writeTo |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PMO()
MQPutMessageOptions.MQPutMessageOptions()
Method Detail |
---|
public void optionsClearAll()
optionsClearAll
in interface IPMO
MQPutMessageOptions.options
public void setMQPMO_SYNCPOINT(boolean bSet)
setMQPMO_SYNCPOINT
in interface IPMO
bSet
- true
to set, false
to unset.MQPutMessageOptions.options
public void setMQPMO_NO_SYNCPOINT(boolean bSet)
setMQPMO_NO_SYNCPOINT
in interface IPMO
bSet
- true
to set, false
to unset.MQPutMessageOptions.options
public void setMQPMO_NO_CONTEXT(boolean bSet)
setMQPMO_NO_CONTEXT
in interface IPMO
bSet
- true
to set, false
to unset.MQPutMessageOptions.options
public void setMQPMO_DEFAULT_CONTEXT(boolean bSet)
setMQPMO_DEFAULT_CONTEXT
in interface IPMO
bSet
- true
to set, false
to unset.MQPutMessageOptions.options
public void setMQPMO_SET_IDENTITY_CONTEXT(boolean bSet)
setMQPMO_SET_IDENTITY_CONTEXT
in interface IPMO
bSet
- true
to set, false
to unset.MQPutMessageOptions.options
public void setMQPMO_SET_ALL_CONTEXT(boolean bSet)
setMQPMO_SET_ALL_CONTEXT
in interface IPMO
bSet
- true
to set, false
to unset.MQPutMessageOptions.options
public void setMQPMO_FAIL_IF_QUIESCING(boolean bSet)
setMQPMO_FAIL_IF_QUIESCING
in interface IPMO
bSet
- true
to set, false
to unset.MQPutMessageOptions.options
public void setMQPMO_NEW_MSG_ID(boolean bSet)
setMQPMO_NEW_MSG_ID
in interface IPMO
bSet
- true
to set, false
to unset.MQPutMessageOptions.options
public void setMQPMO_NEW_CORREL_ID(boolean bSet)
setMQPMO_NEW_CORREL_ID
in interface IPMO
bSet
- true
to set, false
to unset.MQPutMessageOptions.options
public void setMQPMO_LOGICAL_ORDER(boolean bSet)
setMQPMO_LOGICAL_ORDER
in interface IPMO
bSet
- true
to set, false
to unset.MQPutMessageOptions.options
public void setMQPMO_NONE(boolean bSet)
setMQPMO_NONE
in interface IPMO
bSet
- true
to set, false
to unset.MQPutMessageOptions.options
public void setMQPMO_PASS_IDENTITY_CONTEXT(boolean bSet)
setMQPMO_PASS_IDENTITY_CONTEXT
in interface IPMO
bSet
- true
to set, false
to unset.MQPutMessageOptions.options
public void setMQPMO_PASS_ALL_CONTEXT(boolean bSet)
setMQPMO_PASS_ALL_CONTEXT
in interface IPMO
bSet
- true
to set, false
to unset.MQPutMessageOptions.options
|
Sun Adapter for Websphere MQ API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |