Package com.ibm.mq

Class MQExternalUserExit

java.lang.Object
com.ibm.mq.jmqi.JmqiObject
com.ibm.mq.MQExternalUserExit
Direct Known Subclasses:
MQExternalReceiveExit, MQExternalSecurityExit, MQExternalSendExit

public class MQExternalUserExit extends com.ibm.mq.jmqi.JmqiObject
The MQExternalUserExit class is a superclass for MQExternalReceiveExit, MQExternalSecurityExit and MQExternalSendExit. You cannot create it directly.
  • Field Summary

    Fields inherited from class com.ibm.mq.jmqi.JmqiObject

    COMP_JM, COMP_JN, COMP_JO
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the latest reason code.
    Gets the user data for the exit.
    void
    setEntryPointName(String entryPointName)
    Sets the name of the entry point for an exit.
    void
    setLibraryName(String libraryName)
    Sets the name of the library module which contains the exit.
    void
    setNewBuffer(byte[] buffer)
    Documented to set new buffer, but does nothing.
    void
    setUserData(String userData)
    Sets the user data for the exit.

    Methods inherited from class com.ibm.mq.jmqi.JmqiObject

    getJmqiEnvironment

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • setNewBuffer

      public void setNewBuffer(byte[] buffer)
      Documented to set new buffer, but does nothing.
      Parameters:
      buffer - ignored
    • setEntryPointName

      public void setEntryPointName(String entryPointName)
      Sets the name of the entry point for an exit.
      Parameters:
      entryPointName - the name of the entry point.
    • setLibraryName

      public void setLibraryName(String libraryName)
      Sets the name of the library module which contains the exit.
      Parameters:
      libraryName - the library name.
    • setUserData

      public void setUserData(String userData)
      Sets the user data for the exit.
      Parameters:
      userData - the user data.
    • getUserData

      public String getUserData()
      Gets the user data for the exit.
      Returns:
      the user data.
    • getReasonCode

      public int getReasonCode()
      Gets the latest reason code.
      Returns:
      the reason code.