inquire

 

public void inquire(int[] selectors, int[] intAttrs, byte[] charAttrs) 
              throws MQException;

Queries requested attributes of the object.

Many of the common attribute values can be queried using the getXXX() methods defined in MQManagedObject , MQQueue, MQQueueManager and MQProcess.

Parameters

  • selectors - indicates which attributes are being queried. Suitable selectors for character attributes are shown in MQC.MQCA_*. Suitable selectors for integer attributes are shown in MQC.MQIA_*.

  • intAttrs - the requested attribute values in the same order as in selectors.

  • charAttrs - the requested character attributes, concatenated together and in the same order as in selectors.

Exceptions

  • MQException - if the inquire fails.


uj13290_