public class MQExternalUserExit
extends com.ibm.mq.jmqi.JmqiObject
| Modifier and Type | Method and Description |
|---|---|
int |
getReasonCode()
Gets the latest reason code.
|
java.lang.String |
getUserData()
Gets the user data for the exit.
|
void |
setEntryPointName(java.lang.String entryPointName)
Sets the name of the entry point for an exit.
|
void |
setLibraryName(java.lang.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(java.lang.String userData)
Sets the user data for the exit.
|
public void setNewBuffer(byte[] buffer)
buffer - ignoredpublic void setEntryPointName(java.lang.String entryPointName)
entryPointName - the name of the entry point.public void setLibraryName(java.lang.String libraryName)
libraryName - the library name.public void setUserData(java.lang.String userData)
userData - the user data.public java.lang.String getUserData()
public int getReasonCode()