com.ibm.mq

Class MQExternalUserExit

  1. java.lang.Object
  2. extended bycom.ibm.mq.jmqi.JmqiObject
  3. extended bycom.ibm.mq.MQExternalUserExit
Direct known subclasses:
MQExternalReceiveExit, MQExternalSecurityExit, MQExternalSendExit

  1. public class MQExternalUserExit
  2. 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 and Description
  1. int
getReasonCode()
Gets the latest reason code.
  1. java.lang.String
getUserData()
Gets the user data for the exit.
  1. void
setEntryPointName(java.lang.String entryPointName)
Sets the name of the entry point for an exit.
  1. void
setLibraryName(java.lang.String libraryName)
Sets the name of the library module which contains the exit.
  1. void
setNewBuffer(byte[] buffer)
Documented to set new buffer, but does nothing.
  1. void
setUserData(java.lang.String userData)
Sets the user data for the exit.
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

setNewBuffer

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

setEntryPointName

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

setLibraryName

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

setUserData

  1. public void setUserData(java.lang.String userData)
Sets the user data for the exit.
Parameters:
userData - the user data.

getUserData

  1. public java.lang.String getUserData( )
Gets the user data for the exit.
Returns:
the user data.

getReasonCode

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