|
Sun Adapter for Websphere MQ API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPMO
This interface describes the structure of the 'GMO' portion of the
WebSphere MQ eWay OTD used in Java Collaborations. It is the OTD's
analogue to the MQGetMessageOptions
data structure.
The eGate Java Collaboration Editor does not permit the direct manipulation of class fields, thus this interface defines accessors and mutators with which to affect MQGetMessageOptions fields.
Method Summary | |
---|---|
void |
optionsClearAll()
Clears all option flags set so far and reset options to MQPMO_NONE. |
void |
setMQPMO_DEFAULT_CONTEXT(boolean bSet)
Sets or unsets the MGC.MQPMO_DEFAULT_CONTEXT option. |
void |
setMQPMO_FAIL_IF_QUIESCING(boolean bSet)
Sets or unsets the MGC.MQPMO_FAIL_IF_QUIESCING option. |
void |
setMQPMO_LOGICAL_ORDER(boolean bSet)
Sets or unsets the MGC.MQPMO_LOGICAL_ORDER option. |
void |
setMQPMO_NEW_CORREL_ID(boolean bSet)
Sets or unsets the MGC.MQPMO_NEW_CORREL_ID option. |
void |
setMQPMO_NEW_MSG_ID(boolean bSet)
Sets or unsets the MGC.MQPMO_NEW_MSG_ID option. |
void |
setMQPMO_NO_CONTEXT(boolean bSet)
Sets or unsets the MGC.MQPMO_NO_CONTEXT option. |
void |
setMQPMO_NO_SYNCPOINT(boolean bSet)
Sets or unsets the MGC.MQPMO_SYNCPOINT option. |
void |
setMQPMO_NONE(boolean bSet)
Sets or unsets the MGC.MQPMO_NONE option. |
void |
setMQPMO_PASS_ALL_CONTEXT(boolean bSet)
Sets or unsets the MGC.MQPMO_PASS_ALL_CONTEXT option. |
void |
setMQPMO_PASS_IDENTITY_CONTEXT(boolean bSet)
Sets or unsets the MGC.MQPMO_PASS_IDENTITY_CONTEXT option. |
void |
setMQPMO_SET_ALL_CONTEXT(boolean bSet)
Sets or unsets the MGC.MQPMO_SET_ALL_CONTEXT option. |
void |
setMQPMO_SET_IDENTITY_CONTEXT(boolean bSet)
Sets or unsets the MGC.MQPMO_SET_IDENTITY_CONTEXT option. |
void |
setMQPMO_SYNCPOINT(boolean bSet)
Sets or unsets the MGC.MQPMO_SYNCPOINT option. |
Method Detail |
---|
void optionsClearAll()
MQPutMessageOptions.options
void setMQPMO_SYNCPOINT(boolean bSet)
bSet
- true to set, false to unset.MQPutMessageOptions.options
void setMQPMO_NO_SYNCPOINT(boolean bSet)
bSet
- true to set, false to unset.MQPutMessageOptions.options
void setMQPMO_NO_CONTEXT(boolean bSet)
bSet
- true to set, false to unset.MQPutMessageOptions.options
void setMQPMO_DEFAULT_CONTEXT(boolean bSet)
bSet
- true to set, false to unset.MQPutMessageOptions.options
void setMQPMO_SET_IDENTITY_CONTEXT(boolean bSet)
bSet
- true to set, false to unset.MQPutMessageOptions.options
void setMQPMO_SET_ALL_CONTEXT(boolean bSet)
bSet
- true to set, false to unset.MQPutMessageOptions.options
void setMQPMO_FAIL_IF_QUIESCING(boolean bSet)
bSet
- true to set, false to unset.MQPutMessageOptions.options
void setMQPMO_NEW_MSG_ID(boolean bSet)
bSet
- true to set, false to unset.MQPutMessageOptions.options
void setMQPMO_NEW_CORREL_ID(boolean bSet)
bSet
- true to set, false to unset.MQPutMessageOptions.options
void setMQPMO_LOGICAL_ORDER(boolean bSet)
bSet
- true to set, false to unset.MQPutMessageOptions.options
void setMQPMO_NONE(boolean bSet)
bSet
- true to set, false to unset.MQPutMessageOptions.options
void setMQPMO_PASS_IDENTITY_CONTEXT(boolean bSet)
bSet
- true to set, false to unset.MQPutMessageOptions.options
void setMQPMO_PASS_ALL_CONTEXT(boolean bSet)
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 |