|
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.stc.connector.webspheremqadapter.message.QueueAccessOptions
public class QueueAccessOptions
The integer 'openOptions' parameter for the QM.accessQueue is actually a series of bitflags and needed to be flattened out much like the GetMessageOptions and PutMessageOptions. The purpose of this class, then, is to provide a holding area for these flags and to expose a series of set/clear methods for them. This class is also exposed to the user as a part of the WebSphere MQ OTD.
Constructor Summary | |
---|---|
QueueAccessOptions()
Create a QueueAccessOptions object. |
|
QueueAccessOptions(QueueAccessOptions arg)
|
Method Summary | |
---|---|
boolean |
getMQOO_ALTERNATE_USER_AUTHORITY()
|
boolean |
getMQOO_BIND_AS_Q_DEF()
|
boolean |
getMQOO_BIND_NOT_FIXED()
|
boolean |
getMQOO_BIND_ON_OPEN()
|
boolean |
getMQOO_BROWSE()
|
boolean |
getMQOO_FAIL_IF_QUIESCING()
|
boolean |
getMQOO_INPUT_AS_Q_DEF()
|
boolean |
getMQOO_INPUT_EXCLUSIVE()
|
boolean |
getMQOO_INPUT_SHARED()
|
boolean |
getMQOO_INQUIRE()
|
boolean |
getMQOO_OUTPUT()
|
boolean |
getMQOO_PASS_ALL_CONTEXT()
|
boolean |
getMQOO_PASS_IDENTITY_CONTEXT()
|
boolean |
getMQOO_RESOLVE_NAMES()
|
boolean |
getMQOO_SAVE_ALL_CONTEXT()
|
boolean |
getMQOO_SET_ALL_CONTEXT()
|
boolean |
getMQOO_SET_IDENTITY_CONTEXT()
|
boolean |
getMQOO_SET()
|
int |
getOptions()
Access to the entire bitfield value represented by this object. |
void |
optionsClearAll()
Clear all option flags. |
void |
setMQOO_ALTERNATE_USER_AUTHORITY(boolean bSet)
Set/unset the MQOO_ALTERNATE_USER_AUTHORITY option. |
void |
setMQOO_BIND_AS_Q_DEF(boolean bSet)
Set/unset the MQOO_BIND_AS_Q_DEF option. |
void |
setMQOO_BIND_NOT_FIXED(boolean bSet)
Set/unset the MQOO_BIND_NOT_FIXED option. |
void |
setMQOO_BIND_ON_OPEN(boolean bSet)
Set/unset the MQOO_BIND_ON_OPEN option. |
void |
setMQOO_BROWSE(boolean bSet)
Set/unset the MQOO_BROWSE option. |
void |
setMQOO_FAIL_IF_QUIESCING(boolean bSet)
Set/unset the MQOO_FAIL_IF_QUIESCING option. |
void |
setMQOO_INPUT_AS_Q_DEF(boolean bSet)
Set/unset the MQOO_INPUT_AS_Q_DEF option. |
void |
setMQOO_INPUT_EXCLUSIVE(boolean bSet)
Set/unset the MQOO_INPUT_EXCLUSIVE option. |
void |
setMQOO_INPUT_SHARED(boolean bSet)
Set/unset the MQOO_INPUT_SHARED option. |
void |
setMQOO_INQUIRE(boolean bSet)
Set/unset the MQOO_INQUIRE option. |
void |
setMQOO_OUTPUT(boolean bSet)
Set/unset the MQOO_OUTPUT option. |
void |
setMQOO_PASS_ALL_CONTEXT(boolean bSet)
Set/unset the MQOO_PASS_ALL_CONTEXT option. |
void |
setMQOO_PASS_IDENTITY_CONTEXT(boolean bSet)
Set/unset the MQOO_PASS_IDENTITY_CONTEXT option. |
void |
setMQOO_RESOLVE_NAMES(boolean bSet)
Set/unset the MQOO_RESOLVE_NAMES option. |
void |
setMQOO_SAVE_ALL_CONTEXT(boolean bSet)
Set/unset the MQOO_SAVE_ALL_CONTEXT option. |
void |
setMQOO_SET_ALL_CONTEXT(boolean bSet)
Set/unset the MQOO_SET_ALL_CONTEXT option. |
void |
setMQOO_SET_IDENTITY_CONTEXT(boolean bSet)
Set/unset the MQOO_SET_IDENTITY_CONTEXT option. |
void |
setMQOO_SET(boolean bSet)
Set/unset the MQOO_SET option. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueueAccessOptions()
public QueueAccessOptions(QueueAccessOptions arg)
Method Detail |
---|
public int getOptions()
public void optionsClearAll()
public void setMQOO_INPUT_AS_Q_DEF(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_INPUT_AS_Q_DEF
public boolean getMQOO_INPUT_AS_Q_DEF()
public void setMQOO_INPUT_SHARED(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_INPUT_SHARED
public boolean getMQOO_INPUT_SHARED()
public void setMQOO_INPUT_EXCLUSIVE(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_INPUT_EXCLUSIVE
public boolean getMQOO_INPUT_EXCLUSIVE()
public void setMQOO_BROWSE(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_BROWSE
public boolean getMQOO_BROWSE()
public void setMQOO_OUTPUT(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_OUTPUT
public boolean getMQOO_OUTPUT()
public void setMQOO_SAVE_ALL_CONTEXT(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_SAVE_ALL_CONTEXT
public boolean getMQOO_SAVE_ALL_CONTEXT()
public void setMQOO_ALTERNATE_USER_AUTHORITY(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_ALTERNATE_USER_AUTHORITY
public boolean getMQOO_ALTERNATE_USER_AUTHORITY()
public void setMQOO_FAIL_IF_QUIESCING(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_FAIL_IF_QUIESCING
public boolean getMQOO_FAIL_IF_QUIESCING()
public void setMQOO_PASS_IDENTITY_CONTEXT(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_PASS_IDENTITY_CONTEXT
public boolean getMQOO_PASS_IDENTITY_CONTEXT()
public void setMQOO_PASS_ALL_CONTEXT(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_PASS_ALL_CONTEXT
public boolean getMQOO_PASS_ALL_CONTEXT()
public void setMQOO_SET_IDENTITY_CONTEXT(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_SET_IDENTITY_CONTEXT
public boolean getMQOO_SET_IDENTITY_CONTEXT()
public void setMQOO_SET_ALL_CONTEXT(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_SET_ALL_CONTEXT
public boolean getMQOO_SET_ALL_CONTEXT()
public void setMQOO_INQUIRE(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_INQUIRE
public boolean getMQOO_INQUIRE()
public void setMQOO_SET(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_SET
public boolean getMQOO_SET()
public void setMQOO_BIND_ON_OPEN(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_BIND_ON_OPEN
public boolean getMQOO_BIND_ON_OPEN()
public void setMQOO_BIND_NOT_FIXED(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_BIND_NOT_FIXED
public boolean getMQOO_BIND_NOT_FIXED()
public void setMQOO_BIND_AS_Q_DEF(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_BIND_AS_Q_DEF
public boolean getMQOO_BIND_AS_Q_DEF()
public void setMQOO_RESOLVE_NAMES(boolean bSet)
bSet
- True
to set the option.MQC.MQOO_RESOLVE_NAMES
public boolean getMQOO_RESOLVE_NAMES()
|
Sun Adapter for Websphere MQ API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |