com.ibm.mq.constants

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 Detail

      • MQZIO_SECONDARY

        static final int MQZIO_SECONDARY
        Secondary initialization
        See Also:
        Constant Field Values
      • MQZTO_SECONDARY

        static final int MQZTO_SECONDARY
        Secondary termination
        See Also:
        Constant Field Values
      • MQZCI_DEFAULT

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

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

        static final int MQZCI_STOP
        Do not continue with next component
        See Also:
        Constant Field Values
      • MQZAO_CONNECT

        static final int MQZAO_CONNECT
        Ability to use the MQCONN call
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • MQZAO_PUBLISH

        static final int MQZAO_PUBLISH
        All of the MQI authorizations.

        This enables all of the authorizations described above.

        See Also:
        Constant Field Values
      • MQZAO_SUBSCRIBE

        static final int MQZAO_SUBSCRIBE
        Authorizations - Subscribe
        See Also:
        Constant Field Values
      • MQZAO_CREATE

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

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

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

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

        static final int MQZAO_CLEAR
        Ability to delete all messages from a specified queue.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • MQZAO_AUTHORIZE

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

        static final int MQZAO_ALL_ADMIN
        All of the administration authorizations, other than MQZAO_CREATE.
        See Also:
        Constant Field Values
      • MQZAO_ALL

        static final int MQZAO_ALL
        All authorizations, other than MQZAO_CREATE.
        See Also:
        Constant Field Values
      • MQZAO_CREATE_ONLY

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

        static final int MQZAET_NONE
        Authority data for all entity types is returned.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • MQZSL_RETURNED

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

        static final java.lang.String MQZED_STRUC_ID
        Identifier for the application context record structure.
        See Also:
        Constant Field Values
      • MQZED_VERSION_1

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

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

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

        static final java.lang.String MQZAC_STRUC_ID
        Identifier for the Application Context record.
        See Also:
        Constant Field Values
      • MQZAC_VERSION_1

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

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

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

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

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

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

        static final java.lang.String MQZAD_STRUC_ID
        Identifier for the Authority Data record.
        See Also:
        Constant Field Values
      • MQZAD_VERSION_1

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

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

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

        static final java.lang.String MQZFP_STRUC_ID
        Identifier for the Authority Data record.
        See Also:
        Constant Field Values
      • MQZFP_VERSION_1

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

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

        static final java.lang.String MQZIC_STRUC_ID
        Identifier for the Authority Data record.
        See Also:
        Constant Field Values
      • MQZIC_VERSION_1

        static final int MQZIC_VERSION_1
        Version-1 Authority Data record.
        See Also:
        Constant Field Values
      • MQZIC_CURRENT_VERSION

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

        static final int MQZIC_LENGTH_1
        Length of version-1 identity context structure.
        See Also:
        Constant Field Values
      • MQZIC_CURRENT_LENGTH

        static final int MQZIC_CURRENT_LENGTH
        Length of current version of identity context structure.
        See Also:
        Constant Field Values
      • MQZID_INIT_AUTHORITY

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        static final int MQZID_FIND_USERID
        Function ID for Find for the UserId Service
        See Also:
        Constant Field Values
(c) Copyright IBM Corp. 2008, 2016. All Rights Reserved.