public virtual void Close()Throws MQException.
Closes the object. No further operations against this resource are permitted after this method has been called. To change the behavior of the Close method, set the closeOptions attribute.
Throws MQException if the WebSphere(R) MQ call fails.
public void Inquire(int[] selectors, int[] intAttrs, byte[] charAttrs)Throws MQException.
Returns an array of integers and a set of character strings containing the attributes of an object (queue, process, or queue manager).
The attributes to be queried are specified in the selectors array. Refer to the WebSphere MQ Application Programming Reference for details of the permissible selectors.
Many of the more common attributes can be queried using the GetXXX() methods defined in MQManagedObject, MQQueue and MQQueueManager.
Parameters
Throws MQException if the inquire fails.
public void Set(int[] selectors, int[] intAttrs, byte[] charAttrs)Throws MQException.
Sets the attributes defined in the selector's vector.
The attributes to be set are specified in the selectors array. Refer to the WebSphere MQ Application Programming Reference for details of the permissible selectors.
Parameters
Throws MQException if the set fails.
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
csqzav0453 |