MQExternalUserExit

public class MQExternalUserExit
extends Object
java.lang.Object
   |
   +----com.ibm.mq.MQExternalUserExit
          

The MQExternalUserExit class is a superclass for MQExternalReceiveExit, MQExternalSecurityExit and MQExternalSendExit. You cannot create it directly.

Methods

getReasonCode

public int getReasonCode();

Gets the latest reason code.

Returns

getUserData

public String getUserData();

Gets the user data for the exit.

Returns

setEntryPointName

public void setEntryPointName(String entryPointName);

Sets the name of the entry point for an exit.

Parameters

setLibraryName

public void setLibraryName(String libraryName);

Sets the name of the library module which contains the exit.

Parameters

setUserData

public void setUserData(String userData);

Sets the user data for the exit.

Parameters