MQC
public interface MQC
extends Object
The MQC interface defines all the constants used by the WebSphere MQ Java programming interface (except for completion code constants and error code constants). To refer to one of these constants from within your programs, prefix the constant name with MQC.. For example, you can set the close options for a queue as follows:
MQQueue queue; ... queue.closeOptions = MQC.MQCO_DELETE; // delete the // queue when // it is closed ...A full description of these constants is in the WebSphere MQ Application Programming Reference.
Completion code and error code constants are defined in the MQException class. See MQException.
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.