com.ibm.mq

Class MQExternalSendExit

  • All Implemented Interfaces:
    MQSendExit


    public class MQExternalSendExit
    extends MQExternalUserExit
    implements MQSendExit
    Enables Java code to call a non-Java send exit. Chaining of exits is implemented by MQSendExitChain.

    An MQExternalSendExit object holds all the information required to construct the MQCXP and MQCD structures that are required when calling the non-Java send exit.

    • Constructor Detail

      • MQExternalSendExit

        public MQExternalSendExit()
        The default constructor.
      • MQExternalSendExit

        public MQExternalSendExit(java.lang.String libraryName,
                                  java.lang.String entryPointName,
                                  java.lang.String userData)
        Constructs an object with an exit already defined.
        Parameters:
        libraryName - the name of the library module that contains the exit.
        entryPointName - the name of the entry point in libraryName used by the exit.
        userData - the data defined by the user.
    • Method Detail

(c) Copyright IBM Corp. 2008, 2016. All Rights Reserved.