MQExternalSecurityExit

 

public MQExternalSecurityExit(String libraryName, String entryPointName, 
                              String userData);

Constructs an object with an exit already defined.

Parameters

  • libraryName - the name of the library module which contains the exit.

  • entryPointName - the name of the entry point in libraryName used by the exit.

  • userData - the data defined by the user.


uj12850_