Interface CMQBC
- All Known Implementing Classes:
MQConstants
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 IBM MQ Applications Reference section of the IBM MQ Documentation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBuffer Length for mqAddString and mqSetString - the string length is indicated by the BufferLength parameter.static final intSpecifies that the bag is for administering IBM MQ objects.static final intSpecifies that user selectors (selectors that are zero or greater) should be checked to ensure that the selector is consistent with the datatype impliedstatic final intSpecifies that the bag is a command bag.static final intSpecifies that user selectors (selectors that are zero or greater) are not to be checked.static final intSpecifies that the MQAI is not allowed to change the order of the data items in the message sent.static final intSpecifies that the bag is a group bag.static final intSpecifies 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 final intSpecifies 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 final intSpecifies that all options should have their default values.static final intSpecifies that the MQAI is allowed to change the order of the data items in the message sent.static final intSpecifies that the bag is a System bag.static final intSpecifies that the bag is a user bag.static final intIdentifies a bag handle residing within another bag.static final intLower limit for handle selectors.static final intUpper limit for handle selectors.static final intUpper limit for last handle selector allocated.static final intGets the retrieved message.static final intDummy Bag valuestatic final intBag-creation options.static final intCharacter-set identifier for the character data items in the bagstatic final intPCF command identifier.static final intCompletion code.static final intPCF control options.static final intUpper limit for integer System Selectors (they are negative numbers)static final intLower limit for integer System Selectorsstatic final intLowest integer System Selector currently in usestatic final intPCF message sequence numberstatic final intReason code.static final intPCF command typestatic final intPCF version.static final intThis specifies that all existing occurrences of the specified selector (if any) are to be processedstatic final intThis specifies that there must be one occurrence only of the selector in the bagstatic final intBag itemstatic final intInteger itemstatic final intString itemstatic final intBag itemstatic final intByte string itemstatic final intbyte string filter itemstatic final intInteger itemstatic final intInteger filter itemstatic final int64-bit integer itemstatic final intCharacter string Itemstatic final intString filter itemstatic final intLower limit for Selectors for Object Attributesstatic final intUpper limit for Selectors for Object Attributesstatic final intAll user and system items are to be counted.static final intAll system items are to be counted; user items are excluded from the count.static final intAll user items are to be counted; system items are excluded from the count.static final intThe item to be inquired about is a user or system itemstatic final intThe item to be inquired about is a system itemstatic final intThe item to be inquired about is a user item
-
Field Details
-
MQCBO_NONE
static final int MQCBO_NONESpecifies that all options should have their default values. This is provided to aid program documentation, and must not be specified with any of the options that has a nonzero value.- See Also:
-
MQCBO_USER_BAG
static final int MQCBO_USER_BAGSpecifies that the bag is a user bag.This is the default bag-type option.
- See Also:
-
MQCBO_ADMIN_BAG
static final int MQCBO_ADMIN_BAGSpecifies that the bag is for administering IBM MQ objects.MQCBO_ADMIN_BAG automatically implies the MQCBO_LIST_FORM_ALLOWED,MQCBO_REORDER_AS_REQUIRED, and MQCBO_CHECK_SELECTORS options.
- See Also:
-
MQCBO_COMMAND_BAG
static final int MQCBO_COMMAND_BAGSpecifies that the bag is a command bag.This is an alternative to the administration bag (MQCBO_ADMIN_BAG) and MQRC_OPTIONS_ERROR results if both are specified.
- See Also:
-
MQCBO_SYSTEM_BAG
static final int MQCBO_SYSTEM_BAGSpecifies that the bag is a System bag.- See Also:
-
MQCBO_GROUP_BAG
static final int MQCBO_GROUP_BAGSpecifies that the bag is a 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 IBM MQ objects.
The bag options assume the following default values:
- MQCBO_LIST_FORM_ALLOWED
- MQCBO_REORDER_AS_REQUIRED
- MQCBO_DO_NOT_CHECK_SELECTORS
- See Also:
-
MQCBO_LIST_FORM_ALLOWED
static final int MQCBO_LIST_FORM_ALLOWEDSpecifies 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.- See Also:
-
MQCBO_LIST_FORM_INHIBITED
static final int MQCBO_LIST_FORM_INHIBITEDSpecifies 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.This is the default list-form option.
- See Also:
-
MQCBO_REORDER_AS_REQUIRED
static final int MQCBO_REORDER_AS_REQUIREDSpecifies that the MQAI is allowed to change the order of the data items in the message sent.- See Also:
-
MQCBO_DO_NOT_REORDER
static final int MQCBO_DO_NOT_REORDERSpecifies that the MQAI is not allowed to change the order of the data items in the message sent.This is the default ordering option.
- See Also:
-
MQCBO_CHECK_SELECTORS
static final int MQCBO_CHECK_SELECTORSSpecifies that user selectors (selectors that are zero or greater) should be checked to ensure that the selector is consistent with the datatype implied- See Also:
-
MQCBO_DO_NOT_CHECK_SELECTORS
static final int MQCBO_DO_NOT_CHECK_SELECTORSSpecifies that user selectors (selectors that are zero or greater) are not to be checked.This is the default selectors option.
- See Also:
-
MQBL_NULL_TERMINATED
static final int MQBL_NULL_TERMINATEDBuffer Length for mqAddString and mqSetString - the string length is indicated by the BufferLength parameter. The value must be zero or greater, or the special value MQBL_NULL_TERMINATED.- If MQBL_NULL_TERMINATED is specified, the string is delimited by the first null encountered in the string.
- If MQBL_NULL_TERMINATED is not specified, BufferLength characters are inserted into the bag, even if null characters are present; the nulls do not delimit the string.
- See Also:
-
MQITEM_INTEGER
static final int MQITEM_INTEGERInteger item- See Also:
-
MQITEM_STRING
static final int MQITEM_STRINGCharacter string Item- See Also:
-
MQITEM_BAG
static final int MQITEM_BAGBag item- See Also:
-
MQITEM_BYTE_STRING
static final int MQITEM_BYTE_STRINGByte string item- See Also:
-
MQITEM_INTEGER_FILTER
static final int MQITEM_INTEGER_FILTERInteger filter item- See Also:
-
MQITEM_STRING_FILTER
static final int MQITEM_STRING_FILTERString filter item- See Also:
-
MQITEM_INTEGER64
static final int MQITEM_INTEGER6464-bit integer item- See Also:
-
MQITEM_BYTE_STRING_FILTER
static final int MQITEM_BYTE_STRING_FILTERbyte string filter item- See Also:
-
MQIT_INTEGER
static final int MQIT_INTEGERInteger item- See Also:
-
MQIT_STRING
static final int MQIT_STRINGString item- See Also:
-
MQIT_BAG
static final int MQIT_BAGBag item- See Also:
-
MQHA_FIRST
static final int MQHA_FIRSTLower limit for handle selectors.- See Also:
-
MQHA_BAG_HANDLE
static final int MQHA_BAG_HANDLEIdentifies a bag handle residing within another bag.- See Also:
-
MQHA_LAST_USED
static final int MQHA_LAST_USEDUpper limit for last handle selector allocated.- See Also:
-
MQHA_LAST
static final int MQHA_LASTUpper limit for handle selectors.- See Also:
-
MQOA_FIRST
static final int MQOA_FIRSTLower limit for Selectors for Object Attributes- See Also:
-
MQOA_LAST
static final int MQOA_LASTUpper limit for Selectors for Object Attributes- See Also:
-
MQIASY_FIRST
static final int MQIASY_FIRSTUpper limit for integer System Selectors (they are negative numbers)- See Also:
-
MQIASY_CODED_CHAR_SET_ID
static final int MQIASY_CODED_CHAR_SET_IDCharacter-set identifier for the character data items in the bag- See Also:
-
MQIASY_TYPE
static final int MQIASY_TYPEPCF command type- See Also:
-
MQIASY_COMMAND
static final int MQIASY_COMMANDPCF command identifier.Valid values are the MQCMD_* constants.
For user messages, the value MQCMD_NONE should be used. The initial value is MQCMD_NONE.
- See Also:
-
MQIASY_MSG_SEQ_NUMBER
static final int MQIASY_MSG_SEQ_NUMBERPCF message sequence number- See Also:
-
MQIASY_CONTROL
static final int MQIASY_CONTROLPCF control options.Valid values are the MQCFC_* constants.
The initial value is MQCFC_LAST.
- See Also:
-
MQIASY_COMP_CODE
static final int MQIASY_COMP_CODECompletion code.Valid values are the MQCC_* constants.
The initial value is MQCC_OK.
- See Also:
-
MQIASY_REASON
static final int MQIASY_REASONReason code.Valid values are the MQRC_* constants.
The initial value is MQRC_NONE.
- See Also:
-
MQIASY_BAG_OPTIONS
static final int MQIASY_BAG_OPTIONSBag-creation options.A summation of the options used to create the bag.
- See Also:
-
MQIASY_VERSION
static final int MQIASY_VERSIONPCF version.Valid values are the MQCFH_VERSION_* constants.
The initial value is MQCFH_VERSION_1.
- See Also:
-
MQIASY_LAST_USED
static final int MQIASY_LAST_USEDLowest integer System Selector currently in use- See Also:
-
MQIASY_LAST
static final int MQIASY_LASTLower limit for integer System Selectors- See Also:
-
MQSEL_ANY_SELECTOR
static final int MQSEL_ANY_SELECTORThe item to be inquired about is a user or system item- See Also:
-
MQSEL_ANY_USER_SELECTOR
static final int MQSEL_ANY_USER_SELECTORThe item to be inquired about is a user item- See Also:
-
MQSEL_ANY_SYSTEM_SELECTOR
static final int MQSEL_ANY_SYSTEM_SELECTORThe item to be inquired about is a system item- See Also:
-
MQSEL_ALL_SELECTORS
static final int MQSEL_ALL_SELECTORSAll user and system items are to be counted.- See Also:
-
MQSEL_ALL_USER_SELECTORS
static final int MQSEL_ALL_USER_SELECTORSAll user items are to be counted; system items are excluded from the count.- See Also:
-
MQSEL_ALL_SYSTEM_SELECTORS
static final int MQSEL_ALL_SYSTEM_SELECTORSAll system items are to be counted; user items are excluded from the count.- See Also:
-
MQIND_NONE
static final int MQIND_NONEThis specifies that there must be one occurrence only of the selector in the bag- See Also:
-
MQIND_ALL
static final int MQIND_ALLThis specifies that all existing occurrences of the specified selector (if any) are to be processed- See Also:
-
MQHB_UNUSABLE_HBAG
static final int MQHB_UNUSABLE_HBAGDummy Bag value- See Also:
-
MQHB_NONE
static final int MQHB_NONEGets the retrieved message.- See Also:
-