Package com.ibm.mq

Class MQExternalSecurityExit

java.lang.Object
com.ibm.mq.jmqi.JmqiObject
com.ibm.mq.MQExternalUserExit
com.ibm.mq.MQExternalSecurityExit
All Implemented Interfaces:
MQSecurityExit

public class MQExternalSecurityExit extends MQExternalUserExit implements MQSecurityExit
Enables Java code to call a non-Java security exit.

An MQExternalSecurityExit object holds all the information required to construct the MQCXP and MQCD objects that are required when calling the non-Java security exit.

  • Constructor Details

    • MQExternalSecurityExit

      public MQExternalSecurityExit()
      The default constructor.
    • MQExternalSecurityExit

      public MQExternalSecurityExit(String libraryName, String entryPointName, 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 Details