Interface CMQZC

All Known Subinterfaces:
CMQZC, CMQZC, CMQZC
All Known Implementing Classes:
MQConstants

public interface CMQZC
The CMQC interface defines constants used with the Installable Services.

To refer to one of these constants from within your programs, simply prefix constant name with "CMQC.".

A full description of these constants can be found in the IBM MQ Applications Reference section of the IBM MQ Documentation.

  • Field Details

    • MQZIO_PRIMARY

      static final int MQZIO_PRIMARY
      Primary initialization
      See Also:
    • MQZIO_SECONDARY

      static final int MQZIO_SECONDARY
      Secondary initialization
      See Also:
    • MQZTO_PRIMARY

      static final int MQZTO_PRIMARY
      Primary termination
      See Also:
    • MQZTO_SECONDARY

      static final int MQZTO_SECONDARY
      Secondary termination
      See Also:
    • MQZCI_DEFAULT

      static final int MQZCI_DEFAULT
      Continuation dependent on queue manager
      See Also:
    • MQZCI_CONTINUE

      static final int MQZCI_CONTINUE
      Do not continue with next component
      See Also:
    • MQZCI_STOP

      static final int MQZCI_STOP
      Do not continue with next component
      See Also:
    • MQZAS_VERSION_1

      static final int MQZAS_VERSION_1
      Version 1
      See Also:
    • MQZAS_VERSION_2

      static final int MQZAS_VERSION_2
      Version 2
      See Also:
    • MQZAS_VERSION_3

      static final int MQZAS_VERSION_3
      Version 3
      See Also:
    • MQZAS_VERSION_4

      static final int MQZAS_VERSION_4
      Version 4
      See Also:
    • MQZAS_VERSION_5

      static final int MQZAS_VERSION_5
      Version 5
      See Also:
    • MQZAS_VERSION_6

      static final int MQZAS_VERSION_6
      Version 6
      See Also:
    • MQZAO_CONNECT

      static final int MQZAO_CONNECT
      Ability to use the MQCONN call
      See Also:
    • MQZAO_BROWSE

      static final int MQZAO_BROWSE
      Ability to use the MQGET call with a browse option.

      This allows the MQGMO_BROWSE_FIRST, MQGMO_BROWSE_MSG_UNDER_CURSOR, or MQGMO_BROWSE_NEXT option to be specified on the MQGET call.

      See Also:
    • MQZAO_INPUT

      static final int MQZAO_INPUT
      Ability to use the MQGET call with an input option.

      This allows the MQOO_INPUT_SHARED, MQOO_INPUT_EXCLUSIVE, or MQOO_INPUT_AS_Q_DEF option to be specified on the MQOPEN call.

      See Also:
    • MQZAO_OUTPUT

      static final int MQZAO_OUTPUT
      Ability to use the MQPUT call.

      This allows the MQOO_OUTPUT option to be specified on the MQOPEN call.

      See Also:
    • MQZAO_INQUIRE

      static final int MQZAO_INQUIRE
      Ability to use the MQINQ call.

      This allows the MQOO_INQUIRE option to be specified on the MQOPEN call.

      See Also:
    • MQZAO_SET

      static final int MQZAO_SET
      Ability to use the MQSET call.

      This allows the MQOO_SET option to be specified on the MQOPEN call.

      See Also:
    • MQZAO_PASS_IDENTITY_CONTEXT

      static final int MQZAO_PASS_IDENTITY_CONTEXT
      Ability to pass identity context.

      This allows the MQOO_PASS_IDENTITY_CONTEXT option to be specified on the MQOPEN call, and the MQPMO_PASS_IDENTITY_CONTEXT option to be specified on the MQPUT and MQPUT1 calls.

      See Also:
    • MQZAO_PASS_ALL_CONTEXT

      static final int MQZAO_PASS_ALL_CONTEXT
      Ability to pass all context.

      This allows the MQOO_PASS_ALL_CONTEXT option to be specified on the MQOPEN call, and the MQPMO_PASS_ALL_CONTEXT option to be specified on the MQPUT and MQPUT1 calls.

      See Also:
    • MQZAO_SET_IDENTITY_CONTEXT

      static final int MQZAO_SET_IDENTITY_CONTEXT
      Ability to set identity context.

      This allows the MQOO_SET_IDENTITY_CONTEXT option to be specified on the MQOPEN call, and the MQPMO_SET_IDENTITY_CONTEXT option to be specified on the MQPUT and MQPUT1 calls.

      See Also:
    • MQZAO_SET_ALL_CONTEXT

      static final int MQZAO_SET_ALL_CONTEXT
      Ability to set all context.

      This allows the MQOO_SET_ALL_CONTEXT option to be specified on the MQOPEN call, and the MQPMO_SET_ALL_CONTEXT option to be specified on the MQPUT and MQPUT1 calls.

      See Also:
    • MQZAO_ALTERNATE_USER_AUTHORITY

      static final int MQZAO_ALTERNATE_USER_AUTHORITY
      Ability to use alternate user authority

      This allows the MQOO_ALTERNATE_USER_AUTHORITY option to be specified on the MQOPEN call, and the MQPMO_ALTERNATE_USER_AUTHORITY option to be specified on the MQPUT1 call.

      See Also:
    • MQZAO_PUBLISH

      static final int MQZAO_PUBLISH
      All of the MQI authorizations.

      This enables all of the authorizations described above.

      See Also:
    • MQZAO_SUBSCRIBE

      static final int MQZAO_SUBSCRIBE
      Authorizations - Subscribe
      See Also:
    • MQZAO_RESUME

      static final int MQZAO_RESUME
      Authorizations - Resume
      See Also:
    • MQZAO_ALL_MQI

      static final int MQZAO_ALL_MQI
      Authorizations - All MQI
      See Also:
    • MQZAO_CREATE

      static final int MQZAO_CREATE
      Ability to change the attributes of a specified object.
      See Also:
    • MQZAO_DELETE

      static final int MQZAO_DELETE
      Ability to delete all messages from a specified queue.
      See Also:
    • MQZAO_DISPLAY

      static final int MQZAO_DISPLAY
      Ability to display the attributes of a specified object.
      See Also:
    • MQZAO_CHANGE

      static final int MQZAO_CHANGE
      Ability to change the attributes of a specified object.
      See Also:
    • MQZAO_CLEAR

      static final int MQZAO_CLEAR
      Ability to delete all messages from a specified queue.
      See Also:
    • MQZAO_CONTROL

      static final int MQZAO_CONTROL
      Ability to start or stop a listener, service, or non-client channel object, and the ability to ping a non-client channel object.
      See Also:
    • MQZAO_CONTROL_EXTENDED

      static final int MQZAO_CONTROL_EXTENDED
      Ability to reset a sequence number, or resolve an indoubt message on a non-client channel object.
      See Also:
    • MQZAO_AUTHORIZE

      static final int MQZAO_AUTHORIZE
      Ability to authorize other users for a specified object.
      See Also:
    • MQZAO_ALL_ADMIN

      static final int MQZAO_ALL_ADMIN
      All of the administration authorizations, other than MQZAO_CREATE.
      See Also:
    • MQZAO_SYSTEM

      static final int MQZAO_SYSTEM
      Authorizations - System
      See Also:
    • MQZAO_ALL

      static final int MQZAO_ALL
      All authorizations, other than MQZAO_CREATE.
      See Also:
    • MQZAO_REMOVE

      static final int MQZAO_REMOVE
      Authorizations - Remove
      See Also:
    • MQZAO_NONE

      static final int MQZAO_NONE
      No authorizations.
      See Also:
    • MQZAO_CREATE_ONLY

      static final int MQZAO_CREATE_ONLY
      Set create authority only.
      See Also:
    • MQZAET_NONE

      static final int MQZAET_NONE
      Authority data for all entity types is returned.
      See Also:
    • MQZAET_PRINCIPAL

      static final int MQZAET_PRINCIPAL
      Principal.
      See Also:
    • MQZAET_GROUP

      static final int MQZAET_GROUP
      Group.
      See Also:
    • MQZAET_UNKNOWN

      static final int MQZAET_UNKNOWN
      Unknown
      See Also:
    • MQZSE_START

      static final int MQZSE_START
      Version 1
      See Also:
    • MQZSE_CONTINUE

      static final int MQZSE_CONTINUE
      Start enumeration.

      The call is invoked with this value to start the enumeration of authority data. The Filter parameter specifies the selection criteria to be used to select the authority data returned by this and successive calls.

      See Also:
    • MQZSL_NOT_RETURNED

      static final int MQZSL_NOT_RETURNED
      The attribute requested by the corresponding selector in the Selectors parameter has not been returned.
      See Also:
    • MQZSL_RETURNED

      static final int MQZSL_RETURNED
      The attribute requested by the corresponding selector in the Selectors parameter has been returned.
      See Also:
    • MQZNS_VERSION_1

      static final int MQZNS_VERSION_1
      Version 1
      See Also:
    • MQZUS_VERSION_1

      static final int MQZUS_VERSION_1
      Version 1
      See Also:
    • MQZED_STRUC_ID

      static final String MQZED_STRUC_ID
      Identifier for the application context record structure.
      See Also:
    • MQZED_VERSION_1

      static final int MQZED_VERSION_1
      Version-1 application context record structure.
      See Also:
    • MQZED_VERSION_2

      static final int MQZED_VERSION_2
      Version-2 application context record structure.
      See Also:
    • MQZED_CURRENT_VERSION

      static final int MQZED_CURRENT_VERSION
      Current version of application context record structure.
      See Also:
    • MQZAC_STRUC_ID

      static final String MQZAC_STRUC_ID
      Identifier for the Application Context record.
      See Also:
    • MQZAC_VERSION_1

      static final int MQZAC_VERSION_1
      Version-1 Application Context record.
      See Also:
    • MQZAC_CURRENT_VERSION

      static final int MQZAC_CURRENT_VERSION
      Current version of Application Context record.
      See Also:
    • MQZAC_LENGTH_1

      static final int MQZAC_LENGTH_1
      Length of version-1 application context structure.
      See Also:
    • MQZAC_CURRENT_LENGTH

      static final int MQZAC_CURRENT_LENGTH
      Length of current version of application context structure.
      See Also:
    • MQZAT_INITIAL_CONTEXT

      static final int MQZAT_INITIAL_CONTEXT
      Authentication Information - all
      See Also:
    • MQZAT_CHANGE_CONTEXT

      static final int MQZAT_CHANGE_CONTEXT
      Certificate revocation using LDAP server
      See Also:
    • MQZAD_STRUC_ID

      static final String MQZAD_STRUC_ID
      Identifier for the Authority Data record.
      See Also:
    • MQZAD_VERSION_1

      static final int MQZAD_VERSION_1
      Version-1 Authority Data record.
      See Also:
    • MQZAD_VERSION_2

      static final int MQZAD_VERSION_2
      Version-2 Authority Data record.
      See Also:
    • MQZAD_CURRENT_VERSION

      static final int MQZAD_CURRENT_VERSION
      Current version of Authority Data record.
      See Also:
    • MQZFP_STRUC_ID

      static final String MQZFP_STRUC_ID
      Identifier for the Authority Data record.
      See Also:
    • MQZFP_VERSION_1

      static final int MQZFP_VERSION_1
      Version-1 free parameters structure.
      See Also:
    • MQZFP_CURRENT_VERSION

      static final int MQZFP_CURRENT_VERSION
      Current version of free parameters structure.
      See Also:
    • MQZIC_STRUC_ID

      static final String MQZIC_STRUC_ID
      Identifier for the Authority Data record.
      See Also:
    • MQZIC_VERSION_1

      static final int MQZIC_VERSION_1
      Version-1 Authority Data record.
      See Also:
    • MQZIC_VERSION_2

      static final int MQZIC_VERSION_2
      Version-2 Authority Data record.
      See Also:
    • MQZIC_CURRENT_VERSION

      static final int MQZIC_CURRENT_VERSION
      Current version of Authority Data record.
      See Also:
    • MQZIC_LENGTH_1

      static final int MQZIC_LENGTH_1
      Length of version-1 identity context structure.
      See Also:
    • MQZIC_LENGTH_2

      static final int MQZIC_LENGTH_2
      Length of version-2 identity context structure.
      See Also:
    • MQZIC_CURRENT_LENGTH

      static final int MQZIC_CURRENT_LENGTH
      Length of current version of identity context structure.
      See Also:
    • MQZID_INIT

      static final int MQZID_INIT
      Initialisation function ID
      See Also:
    • MQZID_TERM

      static final int MQZID_TERM
      Termination function ID
      See Also:
    • MQZID_INIT_AUTHORITY

      static final int MQZID_INIT_AUTHORITY
      Function ID for Initialisation of the Authority Service
      See Also:
    • MQZID_TERM_AUTHORITY

      static final int MQZID_TERM_AUTHORITY
      Function ID for Termination of the Authority Service
      See Also:
    • MQZID_CHECK_AUTHORITY

      static final int MQZID_CHECK_AUTHORITY
      Function ID for Check for the Authority Service
      See Also:
    • MQZID_COPY_ALL_AUTHORITY

      static final int MQZID_COPY_ALL_AUTHORITY
      Function ID for CopyAll for the Authority Service
      See Also:
    • MQZID_DELETE_AUTHORITY

      static final int MQZID_DELETE_AUTHORITY
      Function ID for Delete for the Authority Service
      See Also:
    • MQZID_SET_AUTHORITY

      static final int MQZID_SET_AUTHORITY
      Function ID for Set for the Authority Service
      See Also:
    • MQZID_GET_AUTHORITY

      static final int MQZID_GET_AUTHORITY
      Function ID for Get for the Authority Service
      See Also:
    • MQZID_GET_EXPLICIT_AUTHORITY

      static final int MQZID_GET_EXPLICIT_AUTHORITY
      Function ID for GetExplicit for the Authority Service
      See Also:
    • MQZID_REFRESH_CACHE

      static final int MQZID_REFRESH_CACHE
      Function ID for RefreshCache for the Authority Service
      See Also:
    • MQZID_ENUMERATE_AUTHORITY_DATA

      static final int MQZID_ENUMERATE_AUTHORITY_DATA
      Function ID for EnumerateData for the Authority Service
      See Also:
    • MQZID_AUTHENTICATE_USER

      static final int MQZID_AUTHENTICATE_USER
      Function ID for AuthenticateUser for the Authority Service
      See Also:
    • MQZID_FREE_USER

      static final int MQZID_FREE_USER
      Function ID for Free for the Authority Service
      See Also:
    • MQZID_INQUIRE

      static final int MQZID_INQUIRE
      Function ID for Inquire for the Authority Service
      See Also:
    • MQZID_CHECK_PRIVILEGED

      static final int MQZID_CHECK_PRIVILEGED
      Function ID for CheckPrivileged for the Authority Service
      See Also:
    • MQZID_INIT_NAME

      static final int MQZID_INIT_NAME
      Function ID for Initialisation of the Name Service
      See Also:
    • MQZID_TERM_NAME

      static final int MQZID_TERM_NAME
      Function ID for Termination of the Name Service
      See Also:
    • MQZID_LOOKUP_NAME

      static final int MQZID_LOOKUP_NAME
      Function ID for LookupName for the Name Service
      See Also:
    • MQZID_INSERT_NAME

      static final int MQZID_INSERT_NAME
      Function ID for InsertName for the Name Service
      See Also:
    • MQZID_DELETE_NAME

      static final int MQZID_DELETE_NAME
      Function ID for DeleteName for the Name Service
      See Also:
    • MQZID_INIT_USERID

      static final int MQZID_INIT_USERID
      Function ID for Initialisation of the UserId Service
      See Also:
    • MQZID_TERM_USERID

      static final int MQZID_TERM_USERID
      Function ID for Termination of the UserId Service
      See Also:
    • MQZID_FIND_USERID

      static final int MQZID_FIND_USERID
      Function ID for Find for the UserId Service
      See Also: