getApplicationType

 

public int getApplicationType() throws MQException;

Identifies the nature of the process to be started in response to a trigger message.

Returns

  • the following standard types have already been defined but others can be used:

    • MQC.MQAT_AIX

    • MQC.MQAT_CICS

    • MQC.MQAT_IMS

    • MQC.MQAT_MVS

    • MQC.MQAT_OS400

    • MQC.MQAT_UNIX

    • MQC.MQAT_WINDOWS

    • MQC.MQAT_JAVA

    • MQC.MQAT_USER_FIRST

    • MQC.MQAT_USER_LAST

Exceptions

  • MQException - if underlying inquire call fails.


uj14350_