getApplicationId

 

public String getApplicationId() throws MQException;

Gets the character string which identifies the application to be started. This information is used by a trigger monitor application which processes messages on the initiation queue; the information is sent to the initiation queue as part of the trigger message.

Returns

  • the application ID.

Exceptions

  • MQException - if you call this method after you have closed the process, to indicate that the process is no longer accessible or if the underlying inquire() call fails.


uj14340_