BasicFunctions.java

Abstract This example demonstrates basic functions of the MQ Workflow API. 

It shows how to establish a connection to an Execution Server and how to query or change details about the logged-on user.

This example shows ...
  • The general method for establishing and closing a session. 
  •  How to specify different session modes when logging on. 
  •  How to handle the FmcjPerson object. 
You can use this example to ...
  • Change the password of the logged-on user. 
  • Set the substitute of the logged-on user. 
  • Set the logged-on user absent or not. 
Minimum MQWF version required
  • V3.2.2
View source code  BasicFunctions.java


[ Back to Java index ]