setSendExit

 

public void setSendExit(String sendExit);

Sets the send exit. When writing exits for use with WebSphere MQ Java™, each object must also have a constructor that takes a single string argument. When WebSphere MQ creates an instance of the exit, it will pass any initialization data into the exit using this constructor.

Parameters

  • sendExit - either the name of the class or a String in the form library(entryPoint) where 'library' is the name of the module where the code resides and 'entryPoint' is the entry point.


uj28720_