com.ibm.mq.constants

Interface CMQXC

  • All Known Subinterfaces:
    CMQXC, CMQXC, CMQXC
    All Known Implementing Classes:
    MQConstants


    public interface CMQXC
    The CMQXC interface defines constants used with exits and MQCD.

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

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

    • Field Detail

      • MQXT_API_CROSSING_EXIT

        static final int MQXT_API_CROSSING_EXIT
        Exit Identifiers - Api crossing exit
        See Also:
        Constant Field Values
      • MQXT_API_EXIT

        static final int MQXT_API_EXIT
        Exit Identifiers - Api exit
        See Also:
        Constant Field Values
      • MQXT_CHANNEL_SEC_EXIT

        static final int MQXT_CHANNEL_SEC_EXIT
        Exit Identifiers - Channel sec exit
        See Also:
        Constant Field Values
      • MQXT_CHANNEL_MSG_EXIT

        static final int MQXT_CHANNEL_MSG_EXIT
        Exit Identifiers - Channel msg exit
        See Also:
        Constant Field Values
      • MQXT_CHANNEL_SEND_EXIT

        static final int MQXT_CHANNEL_SEND_EXIT
        Exit Identifiers - Channel send exit
        See Also:
        Constant Field Values
      • MQXT_CHANNEL_RCV_EXIT

        static final int MQXT_CHANNEL_RCV_EXIT
        Exit Identifiers - Channel rcv exit
        See Also:
        Constant Field Values
      • MQXT_CHANNEL_MSG_RETRY_EXIT

        static final int MQXT_CHANNEL_MSG_RETRY_EXIT
        Exit Identifiers - Channel msg retry exit
        See Also:
        Constant Field Values
      • MQXT_CHANNEL_AUTO_DEF_EXIT

        static final int MQXT_CHANNEL_AUTO_DEF_EXIT
        Exit Identifiers - Channel auto def exit
        See Also:
        Constant Field Values
      • MQXT_CLUSTER_WORKLOAD_EXIT

        static final int MQXT_CLUSTER_WORKLOAD_EXIT
        Exit Identifiers - Cluster workload exit
        See Also:
        Constant Field Values
      • MQXT_PUBSUB_ROUTING_EXIT

        static final int MQXT_PUBSUB_ROUTING_EXIT
        Exit Identifiers - Pubsub routing exit
        See Also:
        Constant Field Values
      • MQXT_PUBLISH_EXIT

        static final int MQXT_PUBLISH_EXIT
        Exit Identifiers - Publish exit
        See Also:
        Constant Field Values
      • MQXT_PRECONNECT_EXIT

        static final int MQXT_PRECONNECT_EXIT
        Exit Identifiers - PreConnect exit
        See Also:
        Constant Field Values
      • MQXR_CONNECTION

        static final int MQXR_CONNECTION
        Exit Reasons - Connection
        See Also:
        Constant Field Values
      • MQXR_BEFORE_CONVERT

        static final int MQXR_BEFORE_CONVERT
        Exit Reasons - Before Convert
        See Also:
        Constant Field Values
      • MQXR_INIT

        static final int MQXR_INIT
        This indicates that the exit is being invoked for the first time. It allows the exit to acquire and initialize any resources that it might need

        This is set after the channel connection conditions have been negotiated, but before any security flows have been sent.

        See Also:
        Constant Field Values
      • MQXR_TERM

        static final int MQXR_TERM
        This indicates that the exit is about to be terminated. The exit should free any resources that it has acquired since it was initialized.

        This is called after the disconnect flows have been sent but before the socket connection is destroyed.

        See Also:
        Constant Field Values
      • MQXR_SEC_MSG

        static final int MQXR_SEC_MSG
        This indicates that a security message has been received from the queue manager. This occurs for channel security exits only.
        See Also:
        Constant Field Values
      • MQXR_INIT_SEC

        static final int MQXR_INIT_SEC
        This indicates that the exit is to initiate the security dialog with the queue manager. This occurs for channel security exits only.

        The receiver's security exit is always invoked with this reason immediately after being invoked with MQC.MQXR_INIT, to give it the opportunity to initiate a security exchange. If it declines the opportunity by returning MQC.MQXCC_OKinstead of MQC.MQXCC_SEND_SEC_MSG or or MQC.MQXCC_SEND_AND_REQUEST_SEC_MSG, the sender's security exit is invoked with MQXR_INIT_SEC.

        See IBM MQ Intercommunications for more details of the possible security exchanges that can take place when an exit is invoked with this reason.

        See Also:
        Constant Field Values
      • MQXR_AUTO_CLUSSDR

        static final int MQXR_AUTO_CLUSSDR
        Exit Reasons - Auto clussdr
        See Also:
        Constant Field Values
      • MQXR_AUTO_RECEIVER

        static final int MQXR_AUTO_RECEIVER
        Exit Reasons - Auto receiver
        See Also:
        Constant Field Values
      • MQXR_CLWL_OPEN

        static final int MQXR_CLWL_OPEN
        Exit Reasons - Clwl open
        See Also:
        Constant Field Values
      • MQXR_CLWL_MOVE

        static final int MQXR_CLWL_MOVE
        Exit Reasons - Clwl move
        See Also:
        Constant Field Values
      • MQXR_CLWL_REPOS

        static final int MQXR_CLWL_REPOS
        Exit Reasons - Clwl repos
        See Also:
        Constant Field Values
      • MQXR_CLWL_REPOS_MOVE

        static final int MQXR_CLWL_REPOS_MOVE
        Exit Reasons - Clwl repos move
        See Also:
        Constant Field Values
      • MQXR_END_BATCH

        static final int MQXR_END_BATCH
        Exit Reasons - End batch
        See Also:
        Constant Field Values
      • MQXR_ACK_RECEIVED

        static final int MQXR_ACK_RECEIVED
        Exit Reasons - Ack received
        See Also:
        Constant Field Values
      • MQXR_AUTO_SVRCONN

        static final int MQXR_AUTO_SVRCONN
        Exit Reasons - Auto svrconn
        See Also:
        Constant Field Values
      • MQXR_AUTO_CLUSRCVR

        static final int MQXR_AUTO_CLUSRCVR
        Exit Reasons - Auto clusrcvr
        See Also:
        Constant Field Values
      • MQXR_SEC_PARMS

        static final int MQXR_SEC_PARMS
        This indicates that the exit might create a MQCSPobject. If it does so, then the data returned from the exit is then sent to the server-connection end of the channel.

        This occurs for channel security exits only, and takes place when the normal security message exchange has ended and the channel is ready to run.

        See IBM MQ Intercommunications for more details of the possible security exchanges that can take place when an exit is invoked with this reason.

        See Also:
        Constant Field Values
      • MQXR_PUBLICATION

        static final int MQXR_PUBLICATION
        Exit Reasons - Publication
        See Also:
        Constant Field Values
      • MQXR_PRECONNECT

        static final int MQXR_PRECONNECT
        Exit Reasons - PreConnect
        See Also:
        Constant Field Values
      • MQXCC_OK

        static final int MQXCC_OK
        This is set by the exit to indicate that the exit completed successfully. For a channel security exit, this indicates that message transfer can now proceed normally. In the case of a send exit, it indicates that the returned data is to be transmitted to the queue manager, while in the case of a receive exit, it indicates that the returned data is available for processing by the IBM MQ Client for Java.
        See Also:
        Constant Field Values
      • MQXCC_SUPPRESS_FUNCTION

        static final int MQXCC_SUPPRESS_FUNCTION
        This is set by the security exit to indicate that communications with the queue manager must be shut down. It is not valid for send or receive exits.
        See Also:
        Constant Field Values
      • MQXCC_SKIP_FUNCTION

        static final int MQXCC_SKIP_FUNCTION
        Exit Responses - Skip function
        See Also:
        Constant Field Values
      • MQXCC_SEND_AND_REQUEST_SEC_MSG

        static final int MQXCC_SEND_AND_REQUEST_SEC_MSG
        This is set by the security exit to indicate that the returned data is to be transmitted to the queue manager, and that a response is expected. If no response is received, the channel must be terminated, because the exit has not yet decided whether communications can proceed. It is not valid for send or receive exits.
        See Also:
        Constant Field Values
      • MQXCC_SEND_SEC_MSG

        static final int MQXCC_SEND_SEC_MSG
        This is set by the security exit to indicate that the returned data is to be transmitted to the queue manager. No response is expected. It is not valid for send or receive exits.
        See Also:
        Constant Field Values
      • MQXCC_SUPPRESS_EXIT

        static final int MQXCC_SUPPRESS_EXIT
        This value can be set by a send exit or receive exit, to indicate that it can no longer be called. It suppresses any further invocation of that exit, until termination of the channel, when the exit is again invoked with an exit reason of MQXR_TERM.
        See Also:
        Constant Field Values
      • MQXCC_CLOSE_CHANNEL

        static final int MQXCC_CLOSE_CHANNEL
        This value can be set by any type of channel exit, and indicates that the connection to the queue manager can be closed.
        See Also:
        Constant Field Values
      • MQXCC_REQUEST_ACK

        static final int MQXCC_REQUEST_ACK
        Exit Responses - Request ACK
        See Also:
        Constant Field Values
      • MQXUA_NONE

        static final byte[] MQXUA_NONE
        Exit User Area Value - None
      • MQCLCT_STATIC

        static final int MQCLCT_STATIC
        Cluster Cache Types - Static
        See Also:
        Constant Field Values
      • MQCLCT_DYNAMIC

        static final int MQCLCT_DYNAMIC
        Cluster Cache Types - Dynamic
        See Also:
        Constant Field Values
      • MQMCEV_PACKET_LOSS

        static final int MQMCEV_PACKET_LOSS
        Multicast Event - Packet loss
        See Also:
        Constant Field Values
      • MQMCEV_HEARTBEAT_TIMEOUT

        static final int MQMCEV_HEARTBEAT_TIMEOUT
        Multicast Event - Heartbeat timeout
        See Also:
        Constant Field Values
      • MQMCEV_VERSION_CONFLICT

        static final int MQMCEV_VERSION_CONFLICT
        Multicast Event - Version conflict
        See Also:
        Constant Field Values
      • MQMCEV_RELIABILITY

        static final int MQMCEV_RELIABILITY
        Multicast Event - Reliability
        See Also:
        Constant Field Values
      • MQMCEV_CLOSED_TRANS

        static final int MQMCEV_CLOSED_TRANS
        Multicast Event - Closed transport
        See Also:
        Constant Field Values
      • MQMCEV_STREAM_ERROR

        static final int MQMCEV_STREAM_ERROR
        Multicast Event - Stream error
        See Also:
        Constant Field Values
      • MQMCEV_NEW_SOURCE

        static final int MQMCEV_NEW_SOURCE
        Multicast Event - New source
        See Also:
        Constant Field Values
      • MQMCEV_RECEIVE_QUEUE_TRIMMED

        static final int MQMCEV_RECEIVE_QUEUE_TRIMMED
        Multicast Event - Receive queue trimmed
        See Also:
        Constant Field Values
      • MQMCEV_PACKET_LOSS_NACK_EXPIRE

        static final int MQMCEV_PACKET_LOSS_NACK_EXPIRE
        Multicast Event - Packet loss NACK expire
        See Also:
        Constant Field Values
      • MQMCEV_ACK_RETRIES_EXCEEDED

        static final int MQMCEV_ACK_RETRIES_EXCEEDED
        Multicast Event - ACK retries exceeded
        See Also:
        Constant Field Values
      • MQMCEV_STREAM_SUSPEND_NACK

        static final int MQMCEV_STREAM_SUSPEND_NACK
        Multicast Event - Stream suspend NACK
        See Also:
        Constant Field Values
      • MQMCEV_STREAM_RESUME_NACK

        static final int MQMCEV_STREAM_RESUME_NACK
        Multicast Event - Stream resume NACK
        See Also:
        Constant Field Values
      • MQMCEV_STREAM_EXPELLED

        static final int MQMCEV_STREAM_EXPELLED
        Multicast Event - Stream expelled
        See Also:
        Constant Field Values
      • MQMCEV_FIRST_MESSAGE

        static final int MQMCEV_FIRST_MESSAGE
        Multicast Event - First message
        See Also:
        Constant Field Values
      • MQMCEV_LATE_JOIN_FAILURE

        static final int MQMCEV_LATE_JOIN_FAILURE
        Multicast Event - Late join failure
        See Also:
        Constant Field Values
      • MQMCEV_MESSAGE_LOSS

        static final int MQMCEV_MESSAGE_LOSS
        Multicast Event - Message loss
        See Also:
        Constant Field Values
      • MQMCEV_SEND_PACKET_FAILURE

        static final int MQMCEV_SEND_PACKET_FAILURE
        Multicast Event - Send packet failure
        See Also:
        Constant Field Values
      • MQMCEV_REPAIR_DELAY

        static final int MQMCEV_REPAIR_DELAY
        Multicast Event - Repair delay
        See Also:
        Constant Field Values
      • MQMCEV_MEMORY_ALERT_ON

        static final int MQMCEV_MEMORY_ALERT_ON
        Multicast Event - Memory alert on
        See Also:
        Constant Field Values
      • MQMCEV_MEMORY_ALERT_OFF

        static final int MQMCEV_MEMORY_ALERT_OFF
        Multicast Event - Memory alert off
        See Also:
        Constant Field Values
      • MQMCEV_NACK_ALERT_ON

        static final int MQMCEV_NACK_ALERT_ON
        Multicast Event - NACK alert on
        See Also:
        Constant Field Values
      • MQMCEV_NACK_ALERT_OFF

        static final int MQMCEV_NACK_ALERT_OFF
        Multicast Event - NACK alert off
        See Also:
        Constant Field Values
      • MQMCEV_REPAIR_ALERT_ON

        static final int MQMCEV_REPAIR_ALERT_ON
        Multicast Event - Repair alert on
        See Also:
        Constant Field Values
      • MQMCEV_REPAIR_ALERT_OFF

        static final int MQMCEV_REPAIR_ALERT_OFF
        Multicast Event - Repair alert off
        See Also:
        Constant Field Values
      • MQMCEV_RELIABILITY_CHANGED

        static final int MQMCEV_RELIABILITY_CHANGED
        Multicast Event - Reliability changed
        See Also:
        Constant Field Values
      • MQMCEV_SHM_DEST_UNUSABLE

        static final int MQMCEV_SHM_DEST_UNUSABLE
        Multicast Event - Shared memory destination unusable
        See Also:
        Constant Field Values
      • MQMCEV_SHM_PORT_UNUSABLE

        static final int MQMCEV_SHM_PORT_UNUSABLE
        Multicast Event - Shared memory port unusable
        See Also:
        Constant Field Values
      • MQMCEV_CCT_GETTIME_FAILED

        static final int MQMCEV_CCT_GETTIME_FAILED
        Multicast Event - Get time service failed
        See Also:
        Constant Field Values
      • MQMCEV_DEST_INTERFACE_FAILURE

        static final int MQMCEV_DEST_INTERFACE_FAILURE
        Multicast Event - Destination interface failure
        See Also:
        Constant Field Values
      • MQMCEV_DEST_INTERFACE_FAILOVER

        static final int MQMCEV_DEST_INTERFACE_FAILOVER
        Multicast Event - Destination interface failover
        See Also:
        Constant Field Values
      • MQMCEV_PORT_INTERFACE_FAILURE

        static final int MQMCEV_PORT_INTERFACE_FAILURE
        Multicast Event - port interface failure
        See Also:
        Constant Field Values
      • MQMCEV_PORT_INTERFACE_FAILOVER

        static final int MQMCEV_PORT_INTERFACE_FAILOVER
        Multicast Event - Port interface failover
        See Also:
        Constant Field Values
      • MQCD_VERSION_1

        static final int MQCD_VERSION_1
        Structure Version Number - Version 1
        See Also:
        Constant Field Values
      • MQCD_VERSION_2

        static final int MQCD_VERSION_2
        Structure Version Number - Version 2
        See Also:
        Constant Field Values
      • MQCD_VERSION_3

        static final int MQCD_VERSION_3
        Structure Version Number - Version 3
        See Also:
        Constant Field Values
      • MQCD_VERSION_4

        static final int MQCD_VERSION_4
        Structure Version Number - Version 4
        See Also:
        Constant Field Values
      • MQCD_VERSION_5

        static final int MQCD_VERSION_5
        Structure Version Number - Version 5
        See Also:
        Constant Field Values
      • MQCD_VERSION_6

        static final int MQCD_VERSION_6
        Structure Version Number - Version 6
        See Also:
        Constant Field Values
      • MQCD_VERSION_7

        static final int MQCD_VERSION_7
        Structure Version Number - Version 7
        See Also:
        Constant Field Values
      • MQCD_VERSION_8

        static final int MQCD_VERSION_8
        Structure Version Number - Version 8
        See Also:
        Constant Field Values
      • MQCD_VERSION_9

        static final int MQCD_VERSION_9
        Structure Version Number - Version 9
        See Also:
        Constant Field Values
      • MQCD_VERSION_10

        static final int MQCD_VERSION_10
        Structure Version Number - Version 10
        See Also:
        Constant Field Values
      • MQCD_VERSION_11

        static final int MQCD_VERSION_11
        Structure Version Number - Version 11
        See Also:
        Constant Field Values
      • MQCD_CURRENT_VERSION

        static final int MQCD_CURRENT_VERSION
        Structure Version Number - Current version.
        See Also:
        Constant Field Values
      • MQCD_LENGTH_1

        static final int MQCD_LENGTH_1
        Length of version-1 channel definition structure.
        See Also:
        Constant Field Values
      • MQCD_LENGTH_2

        static final int MQCD_LENGTH_2
        Length of version-2 channel definition structure.
        See Also:
        Constant Field Values
      • MQCD_LENGTH_3

        static final int MQCD_LENGTH_3
        Length of version-3 channel definition structure.
        See Also:
        Constant Field Values
      • MQCHT_RECEIVER

        static final int MQCHT_RECEIVER
        Channel Types - Receiver
        See Also:
        Constant Field Values
      • MQCHT_REQUESTER

        static final int MQCHT_REQUESTER
        Channel Types - Requester
        See Also:
        Constant Field Values
      • MQCHT_CLNTCONN

        static final int MQCHT_CLNTCONN
        Channel Types - Clntconn
        See Also:
        Constant Field Values
      • MQCHT_CLUSRCVR

        static final int MQCHT_CLUSRCVR
        Channel Types - Clusrcvr
        See Also:
        Constant Field Values
      • MQCHT_MQTT

        static final int MQCHT_MQTT
        Channel Types - MQTT

        NOT FOR EXTERNAL USE

        See Also:
        Constant Field Values
      • MQCHT_AMQP

        static final int MQCHT_AMQP
        Channel Types - AMQP

        NOT FOR EXTERNAL USE

        See Also:
        Constant Field Values
      • MQCOMPRESS_NONE

        static final int MQCOMPRESS_NONE
        Setting this value specifies that no message or header data compression is to take place.
        See Also:
        Constant Field Values
      • MQCOMPRESS_RLE

        static final int MQCOMPRESS_RLE
        Setting this value specifies that message data compression is to be performed using run-length encoding (RLE) compression.
        See Also:
        Constant Field Values
      • MQCOMPRESS_ZLIBFAST

        static final int MQCOMPRESS_ZLIBFAST
        Setting this value specifies that message data compression is performed using ZLIB encoding and with speed of compression prioritized over degree of compression.
        See Also:
        Constant Field Values
      • MQCOMPRESS_ZLIBHIGH

        static final int MQCOMPRESS_ZLIBHIGH
        Setting this value specifies that message data compression is performed using ZLIB encoding and with degree of compression prioritized over speed of compression.
        See Also:
        Constant Field Values
      • MQCOMPRESS_SYSTEM

        static final int MQCOMPRESS_SYSTEM
        Setting this value specifies that header data compression is performed using run-length encoding (RLE) compression.
        See Also:
        Constant Field Values
      • MQCOMPRESS_ANY

        static final int MQCOMPRESS_ANY
        Channel Compression - Any
        See Also:
        Constant Field Values
      • MQXPT_NETBIOS

        static final int MQXPT_NETBIOS
        Transport Types - Netbios
        See Also:
        Constant Field Values
      • MQPA_ALTERNATE_OR_MCA

        static final int MQPA_ALTERNATE_OR_MCA
        Put Authority - Alternate or mca
        See Also:
        Constant Field Values
      • MQCDC_SENDER_CONVERSION

        static final int MQCDC_SENDER_CONVERSION
        Channel Data Conversion - Sender conversion
        See Also:
        Constant Field Values
      • MQCDC_NO_SENDER_CONVERSION

        static final int MQCDC_NO_SENDER_CONVERSION
        Channel Data Conversion - No sender conversion
        See Also:
        Constant Field Values
      • MQNPMS_NORMAL

        static final int MQNPMS_NORMAL
        NonPersistent-Message Speeds - Normal
        See Also:
        Constant Field Values
      • MQNPMS_FAST

        static final int MQNPMS_FAST
        NonPersistent-Message Speeds - Fast
        See Also:
        Constant Field Values
      • MQSCA_REQUIRED

        static final int MQSCA_REQUIRED
        SSL Client Authentication - Required
        See Also:
        Constant Field Values
      • MQSCA_OPTIONAL

        static final int MQSCA_OPTIONAL
        SSL Client Authentication - Optional
        See Also:
        Constant Field Values
      • MQSCA_NEVER_REQUIRED

        static final int MQSCA_NEVER_REQUIRED
        SSL Client Authentication - Never Required
        See Also:
        Constant Field Values
      • MQCAFTY_NONE

        static final int MQCAFTY_NONE
        Connection Affinity Values - None
        See Also:
        Constant Field Values
      • MQCAFTY_PREFERRED

        static final int MQCAFTY_PREFERRED
        Connection Affinity Values - Preferred
        See Also:
        Constant Field Values
      • MQRCN_Q_MGR

        static final int MQRCN_Q_MGR
        Client Reconnect - Queue Manager
        See Also:
        Constant Field Values
      • MQRCN_DISABLED

        static final int MQRCN_DISABLED
        Client Reconnect - Disabled
        See Also:
        Constant Field Values
      • MQPROTO_MQTTV311

        static final int MQPROTO_MQTTV311
        Protocol - MQTTv311
        See Also:
        Constant Field Values
      • MQSECPROT_NONE

        static final int MQSECPROT_NONE
        Security Protocol - None
        See Also:
        Constant Field Values
      • MQSECPROT_SSLV30

        static final int MQSECPROT_SSLV30
        Security Protocol - SSLv3
        See Also:
        Constant Field Values
      • MQSECPROT_TLSV10

        static final int MQSECPROT_TLSV10
        Security Protocol - TLSv1
        See Also:
        Constant Field Values
      • MQSECPROT_TLSV12

        static final int MQSECPROT_TLSV12
        Security Protocol - TLSv1.2
        See Also:
        Constant Field Values
      • MQACH_STRUC_ID

        static final java.lang.String MQACH_STRUC_ID
        Identifier for the API Exit Chain Area Header.
        See Also:
        Constant Field Values
      • MQACH_VERSION_1

        static final int MQACH_VERSION_1
        Version-1 authentication information record.
        See Also:
        Constant Field Values
      • MQACH_CURRENT_VERSION

        static final int MQACH_CURRENT_VERSION
        Current version of authentication information record.
        See Also:
        Constant Field Values
      • MQAXC_STRUC_ID

        static final java.lang.String MQAXC_STRUC_ID
        Identifier for the API exit context structure.
        See Also:
        Constant Field Values
      • MQAXC_VERSION_1

        static final int MQAXC_VERSION_1
        Version-1 API exit context structure.
        See Also:
        Constant Field Values
      • MQAXC_VERSION_2

        static final int MQAXC_VERSION_2
        Version-2 API exit context structure.
        See Also:
        Constant Field Values
      • MQAXC_CURRENT_VERSION

        static final int MQAXC_CURRENT_VERSION
        Current API exit context structure.
        See Also:
        Constant Field Values
      • MQXE_MCA_SVRCONN

        static final int MQXE_MCA_SVRCONN
        Environments - Mca svrconn
        See Also:
        Constant Field Values
      • MQXE_COMMAND_SERVER

        static final int MQXE_COMMAND_SERVER
        Environments - Command server
        See Also:
        Constant Field Values
      • MQXE_MCA_CLNTCONN

        static final int MQXE_MCA_CLNTCONN
        Environments - Client
        See Also:
        Constant Field Values
      • MQAXP_STRUC_ID

        static final java.lang.String MQAXP_STRUC_ID
        Structure Identifier - Struc id
        See Also:
        Constant Field Values
      • MQAXP_VERSION_1

        static final int MQAXP_VERSION_1
        Version-1 API exit parameter structure.
        See Also:
        Constant Field Values
      • MQAXP_VERSION_2

        static final int MQAXP_VERSION_2
        Version-2 API exit parameter structure.
        See Also:
        Constant Field Values
      • MQAXP_CURRENT_VERSION

        static final int MQAXP_CURRENT_VERSION
        Current API exit parameter structure.
        See Also:
        Constant Field Values
      • MQXACT_EXTERNAL

        static final int MQXACT_EXTERNAL
        API Caller Types - External
        See Also:
        Constant Field Values
      • MQXACT_INTERNAL

        static final int MQXACT_INTERNAL
        API Caller Types - ExInternalternal
        See Also:
        Constant Field Values
      • MQXPDA_NONE

        static final byte[] MQXPDA_NONE
        Problem Determination Area
      • MQXF_CONNX

        static final int MQXF_CONNX
        API Function Identifiers - Connx
        See Also:
        Constant Field Values
      • MQXF_CLOSE

        static final int MQXF_CLOSE
        API Function Identifiers - Close
        See Also:
        Constant Field Values
      • MQXF_DATA_CONV_ON_GET

        static final int MQXF_DATA_CONV_ON_GET
        API Function Identifiers - Data conv on get
        See Also:
        Constant Field Values
      • MQXF_BEGIN

        static final int MQXF_BEGIN
        API Function Identifiers - Begin
        See Also:
        Constant Field Values
      • MQXF_CALLBACK

        static final int MQXF_CALLBACK
        API Function Identifiers - Callback
        See Also:
        Constant Field Values
      • MQXF_SUBRQ

        static final int MQXF_SUBRQ
        API Function Identifiers - Subrq
        See Also:
        Constant Field Values
      • MQXF_XACLOSE

        static final int MQXF_XACLOSE
        API Function Identifiers - xaClose
        See Also:
        Constant Field Values
      • MQXF_XACOMMIT

        static final int MQXF_XACOMMIT
        API Function Identifiers - xaCommit
        See Also:
        Constant Field Values
      • MQXF_XACOMPLETE

        static final int MQXF_XACOMPLETE
        API Function Identifiers - xaComplete
        See Also:
        Constant Field Values
      • MQXF_XAEND

        static final int MQXF_XAEND
        API Function Identifiers - xaEnd
        See Also:
        Constant Field Values
      • MQXF_XAFORGET

        static final int MQXF_XAFORGET
        API Function Identifiers - xaForget
        See Also:
        Constant Field Values
      • MQXF_XAOPEN

        static final int MQXF_XAOPEN
        API Function Identifiers - xaOpen
        See Also:
        Constant Field Values
      • MQXF_XAPREPARE

        static final int MQXF_XAPREPARE
        API Function Identifiers - xaPrepare
        See Also:
        Constant Field Values
      • MQXF_XARECOVER

        static final int MQXF_XARECOVER
        API Function Identifiers - xaRecover
        See Also:
        Constant Field Values
      • MQXF_XAROLLBACK

        static final int MQXF_XAROLLBACK
        API Function Identifiers - xaRollBack
        See Also:
        Constant Field Values
      • MQXF_XASTART

        static final int MQXF_XASTART
        API Function Identifiers - xaStart
        See Also:
        Constant Field Values
      • MQXF_AXREG

        static final int MQXF_AXREG
        API Function Identifiers - axReg
        See Also:
        Constant Field Values
      • MQXF_AXUNREG

        static final int MQXF_AXUNREG
        API Function Identifiers - axUnreg
        See Also:
        Constant Field Values
      • MQCDC_VERSION_1

        static final int MQCDC_VERSION_1
        Structure Version Number - Version 1
        See Also:
        Constant Field Values
      • MQCDC_VERSION_2

        static final int MQCDC_VERSION_2
        Structure Version Number - Version 2
        See Also:
        Constant Field Values
      • MQCDC_VERSION_3

        static final int MQCDC_VERSION_3
        Structure Version Number - Version 3
        See Also:
        Constant Field Values
      • MQCDC_VERSION_4

        static final int MQCDC_VERSION_4
        Structure Version Number - Version 4
        See Also:
        Constant Field Values
      • MQCDC_VERSION_5

        static final int MQCDC_VERSION_5
        Structure Version Number - Version 5
        See Also:
        Constant Field Values
      • MQCDC_VERSION_6

        static final int MQCDC_VERSION_6
        Structure Version Number - Version 6
        See Also:
        Constant Field Values
      • MQCDC_VERSION_7

        static final int MQCDC_VERSION_7
        Structure Version Number - Version 7
        See Also:
        Constant Field Values
      • MQCDC_VERSION_8

        static final int MQCDC_VERSION_8
        Structure Version Number - Version 8
        See Also:
        Constant Field Values
      • MQCDC_VERSION_9

        static final int MQCDC_VERSION_9
        Structure Version Number - Version 9
        See Also:
        Constant Field Values
      • MQCDC_VERSION_10

        static final int MQCDC_VERSION_10
        Structure Version Number - Version 10
        See Also:
        Constant Field Values
      • MQCDC_VERSION_11

        static final int MQCDC_VERSION_11
        Structure Version Number - Version 11
        See Also:
        Constant Field Values
      • MQCDC_CURRENT_VERSION

        static final int MQCDC_CURRENT_VERSION
        Structure Version Number - Current version.
        See Also:
        Constant Field Values
      • MQCDC_LENGTH_1

        static final int MQCDC_LENGTH_1
        Length of version-1 channel definition structure.
        See Also:
        Constant Field Values
      • MQCDC_LENGTH_2

        static final int MQCDC_LENGTH_2
        Length of version-2 channel definition structure.
        See Also:
        Constant Field Values
      • MQCDC_LENGTH_3

        static final int MQCDC_LENGTH_3
        Length of version-3 channel definition structure.
        See Also:
        Constant Field Values
      • MQCXP_STRUC_ID

        static final java.lang.String MQCXP_STRUC_ID
        Structure Identifier
        See Also:
        Constant Field Values
      • MQCXP_VERSION_1

        static final int MQCXP_VERSION_1
        Structure Version Number - Version 1
        See Also:
        Constant Field Values
      • MQCXP_VERSION_2

        static final int MQCXP_VERSION_2
        Structure Version Number - Version 2
        See Also:
        Constant Field Values
      • MQCXP_VERSION_3

        static final int MQCXP_VERSION_3
        Structure Version Number - Version 3
        See Also:
        Constant Field Values
      • MQCXP_VERSION_4

        static final int MQCXP_VERSION_4
        Structure Version Number - Version 4
        See Also:
        Constant Field Values
      • MQCXP_VERSION_5

        static final int MQCXP_VERSION_5
        Structure Version Number - Version 5
        See Also:
        Constant Field Values
      • MQCXP_VERSION_6

        static final int MQCXP_VERSION_6
        Structure Version Number - Version 6
        See Also:
        Constant Field Values
      • MQCXP_VERSION_7

        static final int MQCXP_VERSION_7
        Structure Version Number - Version 7
        See Also:
        Constant Field Values
      • MQCXP_VERSION_8

        static final int MQCXP_VERSION_8
        Structure Version Number - Version 8
        See Also:
        Constant Field Values
      • MQCXP_VERSION_9

        static final int MQCXP_VERSION_9
        Structure Version Number - Version 9
        See Also:
        Constant Field Values
      • MQCXP_CURRENT_VERSION

        static final int MQCXP_CURRENT_VERSION
        Structure Version Number - Current version
        See Also:
        Constant Field Values
      • MQCXP_LENGTH_3

        static final int MQCXP_LENGTH_3
        Length of version-3 channel exit parameter structure.
        See Also:
        Constant Field Values
      • MQCXP_LENGTH_4

        static final int MQCXP_LENGTH_4
        Length of version-4 channel exit parameter structure.
        See Also:
        Constant Field Values
      • MQCXP_LENGTH_5

        static final int MQCXP_LENGTH_5
        Length of version-5 channel exit parameter structure.
        See Also:
        Constant Field Values
      • MQXR2_PUT_WITH_DEF_ACTION

        static final int MQXR2_PUT_WITH_DEF_ACTION
        Exit Response 2 - Mqxr2put with def action
        See Also:
        Constant Field Values
      • MQXR2_PUT_WITH_DEF_USERID

        static final int MQXR2_PUT_WITH_DEF_USERID
        Exit Response 2 - Mqxr2put with def userid
        See Also:
        Constant Field Values
      • MQXR2_PUT_WITH_MSG_USERID

        static final int MQXR2_PUT_WITH_MSG_USERID
        Exit Response 2 - Mqxr2put with msg userid
        See Also:
        Constant Field Values
      • MQXR2_USE_AGENT_BUFFER

        static final int MQXR2_USE_AGENT_BUFFER
        Exit Response 2 - Mqxr2use agent buffer
        See Also:
        Constant Field Values
      • MQXR2_USE_EXIT_BUFFER

        static final int MQXR2_USE_EXIT_BUFFER
        Exit Response 2 - Mqxr2use exit buffer
        See Also:
        Constant Field Values
      • MQXR2_DEFAULT_CONTINUATION

        static final int MQXR2_DEFAULT_CONTINUATION
        Exit Response 2 - Mqxr2default continuation
        See Also:
        Constant Field Values
      • MQXR2_CONTINUE_CHAIN

        static final int MQXR2_CONTINUE_CHAIN
        Exit Response 2 - Mqxr2continue chain
        See Also:
        Constant Field Values
      • MQXR2_SUPPRESS_CHAIN

        static final int MQXR2_SUPPRESS_CHAIN
        Exit Response 2 - Mqxr2suppress chain
        See Also:
        Constant Field Values
      • MQXR2_STATIC_CACHE

        static final int MQXR2_STATIC_CACHE
        Exit Response 2 - Mqxr2static cache
        See Also:
        Constant Field Values
      • MQXR2_DYNAMIC_CACHE

        static final int MQXR2_DYNAMIC_CACHE
        Exit Response 2 - Mqxr2dynamic cache
        See Also:
        Constant Field Values
      • MQCF_DIST_LISTS

        static final int MQCF_DIST_LISTS
        This flag indicates that distribution lists are supported by the local queue manager.
        See Also:
        Constant Field Values
      • MQDXP_STRUC_ID

        static final java.lang.String MQDXP_STRUC_ID
        Structure Identifier
        See Also:
        Constant Field Values
      • MQDXP_VERSION_1

        static final int MQDXP_VERSION_1
        Structure Version Number - Version 1
        See Also:
        Constant Field Values
      • MQDXP_VERSION_2

        static final int MQDXP_VERSION_2
        Structure Version Number - Version 2
        See Also:
        Constant Field Values
      • MQDXP_CURRENT_VERSION

        static final int MQDXP_CURRENT_VERSION
        Structure Version Number - Current version
        See Also:
        Constant Field Values
      • MQDXP_LENGTH_1

        static final int MQDXP_LENGTH_1
        Length of version-1 data conversion exit parameter structure.
        See Also:
        Constant Field Values
      • MQXDR_CONVERSION_FAILED

        static final int MQXDR_CONVERSION_FAILED
        Exit Response - Conversion failed
        See Also:
        Constant Field Values
      • MQNXP_STRUC_ID

        static final java.lang.String MQNXP_STRUC_ID
        Structure Identifier
        See Also:
        Constant Field Values
      • MQNXP_VERSION_1

        static final int MQNXP_VERSION_1
        Structure Version Number - Version 1
        See Also:
        Constant Field Values
      • MQNXP_VERSION_2

        static final int MQNXP_VERSION_2
        Structure Version Number - Version 2
        See Also:
        Constant Field Values
      • MQNXP_CURRENT_VERSION

        static final int MQNXP_CURRENT_VERSION
        Structure Version Number - Current version
        See Also:
        Constant Field Values
      • MQPBC_STRUC_ID

        static final java.lang.String MQPBC_STRUC_ID
        Structure Identifier
        See Also:
        Constant Field Values
      • MQPBC_VERSION_1

        static final int MQPBC_VERSION_1
        Version-1 for PBC record.
        See Also:
        Constant Field Values
      • MQPBC_VERSION_2

        static final int MQPBC_VERSION_2
        Version-2 for PBC record.
        See Also:
        Constant Field Values
      • MQPBC_CURRENT_VERSION

        static final int MQPBC_CURRENT_VERSION
        Current version of PBC record.
        See Also:
        Constant Field Values
      • MQPSXP_STRUC_ID

        static final java.lang.String MQPSXP_STRUC_ID
        Structure Identifier
        See Also:
        Constant Field Values
      • MQPSXP_VERSION_1

        static final int MQPSXP_VERSION_1
        Version-1 for PSXP record.
        See Also:
        Constant Field Values
      • MQPSXP_VERSION_2

        static final int MQPSXP_VERSION_2
        Version-2 for PSXP record.
        See Also:
        Constant Field Values
      • MQPSXP_CURRENT_VERSION

        static final int MQPSXP_CURRENT_VERSION
        Current version of PSXP record.
        See Also:
        Constant Field Values
      • MQSBC_STRUC_ID

        static final java.lang.String MQSBC_STRUC_ID
        Structure Identifier
        See Also:
        Constant Field Values
      • MQSBC_VERSION_1

        static final int MQSBC_VERSION_1
        Version-1 for SBC record.
        See Also:
        Constant Field Values
      • MQSBC_CURRENT_VERSION

        static final int MQSBC_CURRENT_VERSION
        Current version of SBC record.
        See Also:
        Constant Field Values
      • MQWDR_STRUC_ID

        static final java.lang.String MQWDR_STRUC_ID
        Structure Identifier
        See Also:
        Constant Field Values
      • MQWDR_VERSION_1

        static final int MQWDR_VERSION_1
        Structure Version Number - Version 1
        See Also:
        Constant Field Values
      • MQWDR_VERSION_2

        static final int MQWDR_VERSION_2
        Structure Version Number - Version 2
        See Also:
        Constant Field Values
      • MQWDR_CURRENT_VERSION

        static final int MQWDR_CURRENT_VERSION
        Current version of authentication information record.
        See Also:
        Constant Field Values
      • MQWDR_LENGTH_1

        static final int MQWDR_LENGTH_1
        Structure Length - Length (Version 1)
        See Also:
        Constant Field Values
      • MQWDR_LENGTH_2

        static final int MQWDR_LENGTH_2
        Structure Length - Length (Version 2)
        See Also:
        Constant Field Values
      • MQWDR_CURRENT_LENGTH

        static final int MQWDR_CURRENT_LENGTH
        Structure Length - Current length
        See Also:
        Constant Field Values
      • MQQMF_REPOSITORY_Q_MGR

        static final int MQQMF_REPOSITORY_Q_MGR
        Queue Manager Flags - Repository q mgr
        See Also:
        Constant Field Values
      • MQQMF_CLUSSDR_USER_DEFINED

        static final int MQQMF_CLUSSDR_USER_DEFINED
        Queue Manager Flags - Clussdr user defined
        See Also:
        Constant Field Values
      • MQQMF_CLUSSDR_AUTO_DEFINED

        static final int MQQMF_CLUSSDR_AUTO_DEFINED
        Queue Manager Flags - Clussdr auto defined
        See Also:
        Constant Field Values
      • MQQMF_AVAILABLE

        static final int MQQMF_AVAILABLE
        Queue Manager Flags - Available
        See Also:
        Constant Field Values
      • MQWDR1_LENGTH_1

        static final int MQWDR1_LENGTH_1
        Length of version-1 cluster workload exit destination record structure version 1.
        See Also:
        Constant Field Values
      • MQWDR1_CURRENT_LENGTH

        static final int MQWDR1_CURRENT_LENGTH
        Length of current version of cluster workload exit destination Record structure version 1.
        See Also:
        Constant Field Values
      • MQWDR2_LENGTH_1

        static final int MQWDR2_LENGTH_1
        Length of version-1 cluster workload exit destination record structure version 2.
        See Also:
        Constant Field Values
      • MQWDR2_LENGTH_2

        static final int MQWDR2_LENGTH_2
        Length of version-2 cluster workload exit destination record structure version 2.
        See Also:
        Constant Field Values
      • MQWDR2_CURRENT_LENGTH

        static final int MQWDR2_CURRENT_LENGTH
        Length of current version of cluster workload exit destination record structure version 1.
        See Also:
        Constant Field Values
      • MQWQR_STRUC_ID

        static final java.lang.String MQWQR_STRUC_ID
        Structure Identifier
        See Also:
        Constant Field Values
      • MQWQR_VERSION_1

        static final int MQWQR_VERSION_1
        Structure Version Number - Version 1
        See Also:
        Constant Field Values
      • MQWQR_VERSION_2

        static final int MQWQR_VERSION_2
        Structure Version Number - Version 2
        See Also:
        Constant Field Values
      • MQWQR_VERSION_3

        static final int MQWQR_VERSION_3
        Structure Version Number - Version 2
        See Also:
        Constant Field Values
      • MQWQR_CURRENT_VERSION

        static final int MQWQR_CURRENT_VERSION
        Current version of authentication information record.
        See Also:
        Constant Field Values
      • MQWQR_LENGTH_1

        static final int MQWQR_LENGTH_1
        Structure Length - Length (Version 1)
        See Also:
        Constant Field Values
      • MQWQR_LENGTH_2

        static final int MQWQR_LENGTH_2
        Structure Length - Length (Version 2)
        See Also:
        Constant Field Values
      • MQWQR_LENGTH_3

        static final int MQWQR_LENGTH_3
        Structure Length - Length (Version 3)
        See Also:
        Constant Field Values
      • MQWQR_CURRENT_LENGTH

        static final int MQWQR_CURRENT_LENGTH
        Structure Length - Current length
        See Also:
        Constant Field Values
      • MQQF_CLWL_USEQ_ANY

        static final int MQQF_CLWL_USEQ_ANY
        Queue Flags - Clwl useq any
        See Also:
        Constant Field Values
      • MQQF_CLWL_USEQ_LOCAL

        static final int MQQF_CLWL_USEQ_LOCAL
        Queue Flags - Clwl useq local
        See Also:
        Constant Field Values
      • MQWQR1_LENGTH_1

        static final int MQWQR1_LENGTH_1
        Length of version-1 cluster workload exit queue record version 1 structure.
        See Also:
        Constant Field Values
      • MQWQR1_CURRENT_LENGTH

        static final int MQWQR1_CURRENT_LENGTH
        Length of current version of cluster workload exit queue record version 1 structure.
        See Also:
        Constant Field Values
      • MQWQR2_LENGTH_1

        static final int MQWQR2_LENGTH_1
        Length of version-1 cluster workload exit queue record version 2 structure.
        See Also:
        Constant Field Values
      • MQWQR2_LENGTH_2

        static final int MQWQR2_LENGTH_2
        Length of version-2 cluster workload exit queue record version 2 structure.
        See Also:
        Constant Field Values
      • MQWQR2_CURRENT_LENGTH

        static final int MQWQR2_CURRENT_LENGTH
        Length of current version of cluster workload exit queue record version 2 structure.
        See Also:
        Constant Field Values
      • MQWQR3_LENGTH_1

        static final int MQWQR3_LENGTH_1
        Length of version-1 cluster workload exit queue record version 3 structure.
        See Also:
        Constant Field Values
      • MQWQR3_LENGTH_2

        static final int MQWQR3_LENGTH_2
        Length of version-2 cluster workload exit queue record version 3 structure.
        See Also:
        Constant Field Values
      • MQWQR3_LENGTH_3

        static final int MQWQR3_LENGTH_3
        Length of version-3 cluster workload exit queue record version 3 structure.
        See Also:
        Constant Field Values
      • MQWQR3_CURRENT_LENGTH

        static final int MQWQR3_CURRENT_LENGTH
        Length of current version of cluster workload exit queue record version 3 structure.
        See Also:
        Constant Field Values
      • MQWXP_STRUC_ID

        static final java.lang.String MQWXP_STRUC_ID
        Structure Identifier
        See Also:
        Constant Field Values
      • MQWXP_VERSION_1

        static final int MQWXP_VERSION_1
        Structure Version Number - Version 1
        See Also:
        Constant Field Values
      • MQWXP_VERSION_2

        static final int MQWXP_VERSION_2
        Structure Version Number - Version 2
        See Also:
        Constant Field Values
      • MQWXP_VERSION_3

        static final int MQWXP_VERSION_3
        Structure Version Number - Version 2
        See Also:
        Constant Field Values
      • MQWXP_VERSION_4

        static final int MQWXP_VERSION_4
        Structure Version Number - Version 4
        See Also:
        Constant Field Values
      • MQWXP_CURRENT_VERSION

        static final int MQWXP_CURRENT_VERSION
        Structure Version Number - Current version
        See Also:
        Constant Field Values
      • MQWXP_PUT_BY_CLUSTER_CHL

        static final int MQWXP_PUT_BY_CLUSTER_CHL
        Cluster Workload Flags - Put by cluster chl
        See Also:
        Constant Field Values
      • MQXEPO_STRUC_ID

        static final java.lang.String MQXEPO_STRUC_ID
        Structure Identifier
        See Also:
        Constant Field Values
      • MQXEPO_VERSION_1

        static final int MQXEPO_VERSION_1
        Structure Version Number - Version 1
        See Also:
        Constant Field Values
      • MQXEPO_CURRENT_VERSION

        static final int MQXEPO_CURRENT_VERSION
        Structure Version Number - Current version
        See Also:
        Constant Field Values
      • MQXP_STRUC_ID

        static final java.lang.String MQXP_STRUC_ID
        Structure Identifier
        See Also:
        Constant Field Values
      • MQXP_VERSION_1

        static final int MQXP_VERSION_1
        Structure Version Number - Version 1
        See Also:
        Constant Field Values
      • MQXP_LENGTH_1

        static final int MQXP_LENGTH_1
        Length of version-1 exit parameter structure.
        See Also:
        Constant Field Values
      • MQXP_CURRENT_LENGTH

        static final int MQXP_CURRENT_LENGTH
        Length of current version of exit parameter structure.
        See Also:
        Constant Field Values
      • MQXWD_STRUC_ID

        static final java.lang.String MQXWD_STRUC_ID
        Structure Identifier
        See Also:
        Constant Field Values
      • MQXWD_VERSION_1

        static final int MQXWD_VERSION_1
        Structure Version Number - Version 1
        See Also:
        Constant Field Values
      • MQXWD_LENGTH_1

        static final int MQXWD_LENGTH_1
        Length of version-1 exit parameter block structure.
        See Also:
        Constant Field Values
      • MQXWD_CURRENT_LENGTH

        static final int MQXWD_CURRENT_LENGTH
        Length of current version of exit parameter block structure.
        See Also:
        Constant Field Values
      • MQTRANSPORTEXIT

        static final java.lang.String MQTRANSPORTEXIT
        Alternative name for the MQ_TRANSPORT_EXIT type definition
        See Also:
        Constant Field Values
      • MQDCC_DEFAULT_CONVERSION

        static final int MQDCC_DEFAULT_CONVERSION
        Conversion Options - Default conversion
        See Also:
        Constant Field Values
      • MQDCC_FILL_TARGET_BUFFER

        static final int MQDCC_FILL_TARGET_BUFFER
        Conversion Options - Fill target buffer
        See Also:
        Constant Field Values
      • MQDCC_INT_DEFAULT_CONVERSION

        static final int MQDCC_INT_DEFAULT_CONVERSION
        Conversion Options - Int default conversion
        See Also:
        Constant Field Values
      • MQDCC_SOURCE_ENC_NATIVE

        static final int MQDCC_SOURCE_ENC_NATIVE
        Conversion Options - Source enc native
        See Also:
        Constant Field Values
      • MQDCC_SOURCE_ENC_NORMAL

        static final int MQDCC_SOURCE_ENC_NORMAL
        Conversion Options - Source enc normal
        See Also:
        Constant Field Values
      • MQDCC_SOURCE_ENC_REVERSED

        static final int MQDCC_SOURCE_ENC_REVERSED
        Conversion Options - Source enc reversed
        See Also:
        Constant Field Values
      • MQDCC_SOURCE_ENC_UNDEFINED

        static final int MQDCC_SOURCE_ENC_UNDEFINED
        Conversion Options - Source enc undefined
        See Also:
        Constant Field Values
      • MQDCC_TARGET_ENC_NATIVE

        static final int MQDCC_TARGET_ENC_NATIVE
        Conversion Options - Target enc native
        See Also:
        Constant Field Values
      • MQDCC_TARGET_ENC_NORMAL

        static final int MQDCC_TARGET_ENC_NORMAL
        Conversion Options - Target enc normal
        See Also:
        Constant Field Values
      • MQDCC_TARGET_ENC_REVERSED

        static final int MQDCC_TARGET_ENC_REVERSED
        Conversion Options - Target enc reversed
        See Also:
        Constant Field Values
      • MQDCC_TARGET_ENC_UNDEFINED

        static final int MQDCC_TARGET_ENC_UNDEFINED
        Conversion Options - Target enc undefined
        See Also:
        Constant Field Values
      • MQDCC_SOURCE_ENC_MASK

        static final int MQDCC_SOURCE_ENC_MASK
        Conversion Options Masks and Factors - Source enc mask
        See Also:
        Constant Field Values
      • MQDCC_TARGET_ENC_MASK

        static final int MQDCC_TARGET_ENC_MASK
        Conversion Options Masks and Factors - Target enc mask
        See Also:
        Constant Field Values
      • MQDCC_SOURCE_ENC_FACTOR

        static final int MQDCC_SOURCE_ENC_FACTOR
        Conversion Options Masks and Factors - Source enc factor
        See Also:
        Constant Field Values
      • MQDCC_TARGET_ENC_FACTOR

        static final int MQDCC_TARGET_ENC_FACTOR
        Conversion Options Masks and Factors - Target enc factor
        See Also:
        Constant Field Values
(c) Copyright IBM Corp. 2008, 2016. All Rights Reserved.