public interface CMQBC
To refer to one of these constants from within your programs, simply prefix constant name with "CMQBC.".
A full description of these constants can be found in the WebSphere MQ Application Programming Reference.
| Modifier and Type | Field and Description |
|---|---|
static int |
MQBL_NULL_TERMINATED
Buffer Length for mqAddString and mqSetString - the string length
is indicated by the BufferLength parameter.
|
static int |
MQCBO_ADMIN_BAG
Specifies that the bag is for administering WebSphere MQ objects.
|
static int |
MQCBO_CHECK_SELECTORS
Specifies that user selectors (selectors that are zero or greater)
should be checked to ensure that the selector is consistent with
the datatype implied
|
static int |
MQCBO_COMMAND_BAG
Specifies that the bag is a command bag.
|
static int |
MQCBO_DO_NOT_CHECK_SELECTORS
Specifies that user selectors (selectors that are zero or greater)
are not to be checked.
|
static int |
MQCBO_DO_NOT_REORDER
Specifies that the MQAI is not allowed to change the order of the
data items in the message sent.
|
static int |
MQCBO_GROUP_BAG
Specifies that the bag is a group bag.
|
static int |
MQCBO_LIST_FORM_ALLOWED
Specifies that the MQAI is allowed to use the more compact list
form in the message sent whenever there are two or more adjacent
occurrences of the same selector in the bag.
|
static int |
MQCBO_LIST_FORM_INHIBITED
Specifies that the MQAI is not allowed to use the list form in the
message sent, even if there are adjacent occurrences of the same
selector in the bag.
|
static int |
MQCBO_NONE
Specifies that all options should have their default values.
|
static int |
MQCBO_REORDER_AS_REQUIRED
Specifies that the MQAI is allowed to change the order of the data
items in the message sent.
|
static int |
MQCBO_SYSTEM_BAG
Specifies that the bag is a System bag.
|
static int |
MQCBO_USER_BAG
Specifies that the bag is a user bag.
|
static int |
MQHA_BAG_HANDLE
Identifies a bag handle residing within another bag.
|
static int |
MQHA_FIRST
Lower limit for handle selectors.
|
static int |
MQHA_LAST
Upper limit for handle selectors.
|
static int |
MQHA_LAST_USED
Upper limit for last handle selector allocated.
|
static int |
MQHB_NONE
Gets the retrieved message.
|
static int |
MQHB_UNUSABLE_HBAG
Dummy Bag value
|
static int |
MQIASY_BAG_OPTIONS
Bag-creation options.
|
static int |
MQIASY_CODED_CHAR_SET_ID
Character-set identifier for the character data items in the bag
|
static int |
MQIASY_COMMAND
PCF command identifier.
|
static int |
MQIASY_COMP_CODE
Completion code.
|
static int |
MQIASY_CONTROL
PCF control options.
|
static int |
MQIASY_FIRST
Upper limit for integer System Selectors (they are negative
numbers)
|
static int |
MQIASY_LAST
Lower limit for integer System Selectors
|
static int |
MQIASY_LAST_USED
Lowest integer System Selector currently in use
|
static int |
MQIASY_MSG_SEQ_NUMBER
PCF message sequence number
|
static int |
MQIASY_REASON
Reason code.
|
static int |
MQIASY_TYPE
PCF command type
|
static int |
MQIASY_VERSION
PCF version.
|
static int |
MQIND_ALL
This specifies that all existing occurrences of the specified
selector (if any) are to be processed
|
static int |
MQIND_NONE
This specifies that there must be one occurrence only of the
selector in the bag
|
static int |
MQIT_BAG
Bag item
|
static int |
MQIT_INTEGER
Integer item
|
static int |
MQIT_STRING
String item
|
static int |
MQITEM_BAG
Bag item
|
static int |
MQITEM_BYTE_STRING
Byte string item
|
static int |
MQITEM_BYTE_STRING_FILTER
byte string filter item
|
static int |
MQITEM_INTEGER
Integer item
|
static int |
MQITEM_INTEGER_FILTER
Integer filter item
|
static int |
MQITEM_INTEGER64
64-bit integer item
|
static int |
MQITEM_STRING
Character string Item
|
static int |
MQITEM_STRING_FILTER
String filter item
|
static int |
MQOA_FIRST
Lower limit for Selectors for Object Attributes
|
static int |
MQOA_LAST
Upper limit for Selectors for Object Attributes
|
static int |
MQSEL_ALL_SELECTORS
All user and system items are to be counted.
|
static int |
MQSEL_ALL_SYSTEM_SELECTORS
All system items are to be counted; user items are excluded from
the count.
|
static int |
MQSEL_ALL_USER_SELECTORS
All user items are to be counted; system items are excluded from
the count.
|
static int |
MQSEL_ANY_SELECTOR
The item to be inquired about is a user or system item
|
static int |
MQSEL_ANY_SYSTEM_SELECTOR
The item to be inquired about is a system item
|
static int |
MQSEL_ANY_USER_SELECTOR
The item to be inquired about is a user item
|
static final int MQCBO_NONE
static final int MQCBO_USER_BAG
This is the default bag-type option.
static final int MQCBO_ADMIN_BAG
MQCBO_ADMIN_BAG automatically implies the MQCBO_LIST_FORM_ALLOWED,MQCBO_REORDER_AS_REQUIRED, and MQCBO_CHECK_SELECTORS options.
static final int MQCBO_COMMAND_BAG
This is an alternative to the administration bag (MQCBO_ADMIN_BAG) and MQRC_OPTIONS_ERROR results if both are specified.
static final int MQCBO_SYSTEM_BAG
static final int MQCBO_GROUP_BAG
This means that the bag is used to hold a set of grouped items. Group bags cannot be used for the administration of WebSphere MQ objects.
The bag options assume the following default values:
static final int MQCBO_LIST_FORM_ALLOWED
static final int MQCBO_LIST_FORM_INHIBITED
This is the default list-form option.
static final int MQCBO_REORDER_AS_REQUIRED
static final int MQCBO_DO_NOT_REORDER
This is the default ordering option.
static final int MQCBO_CHECK_SELECTORS
static final int MQCBO_DO_NOT_CHECK_SELECTORS
This is the default selectors option.
static final int MQBL_NULL_TERMINATED
static final int MQITEM_INTEGER
static final int MQITEM_STRING
static final int MQITEM_BAG
static final int MQITEM_BYTE_STRING
static final int MQITEM_INTEGER_FILTER
static final int MQITEM_STRING_FILTER
static final int MQITEM_INTEGER64
static final int MQITEM_BYTE_STRING_FILTER
static final int MQIT_INTEGER
static final int MQIT_STRING
static final int MQIT_BAG
static final int MQHA_FIRST
static final int MQHA_BAG_HANDLE
static final int MQHA_LAST_USED
static final int MQHA_LAST
static final int MQOA_FIRST
static final int MQOA_LAST
static final int MQIASY_FIRST
static final int MQIASY_CODED_CHAR_SET_ID
static final int MQIASY_TYPE
static final int MQIASY_COMMAND
Valid values are the MQCMD_* constants.
For user messages, the value MQCMD_NONE should be used. The initial value is MQCMD_NONE.
static final int MQIASY_MSG_SEQ_NUMBER
static final int MQIASY_CONTROL
Valid values are the MQCFC_* constants.
The initial value is MQCFC_LAST.
static final int MQIASY_COMP_CODE
Valid values are the MQCC_* constants.
The initial value is MQCC_OK.
static final int MQIASY_REASON
Valid values are the MQRC_* constants.
The initial value is MQRC_NONE.
static final int MQIASY_BAG_OPTIONS
A summation of the options used to create the bag.
static final int MQIASY_VERSION
Valid values are the MQCFH_VERSION_* constants.
The initial value is MQCFH_VERSION_1.
static final int MQIASY_LAST_USED
static final int MQIASY_LAST
static final int MQSEL_ANY_SELECTOR
static final int MQSEL_ANY_USER_SELECTOR
static final int MQSEL_ANY_SYSTEM_SELECTOR
static final int MQSEL_ALL_SELECTORS
static final int MQSEL_ALL_USER_SELECTORS
static final int MQSEL_ALL_SYSTEM_SELECTORS
static final int MQIND_NONE
static final int MQIND_ALL
static final int MQHB_UNUSABLE_HBAG
static final int MQHB_NONE