Package com.ibm.mq

This is the main package of Java classes and interfaces for WebSphere MQ classes.

See:
          
Description

Interface Summary
MQC The MQC interface defines all the constants used by the WebSphere MQ Java programming interface (except for completion code constants and error code constants).
MQReceiveExit The receive exit interface allows you to examine, and possibly alter, the data received from the queue manager by the WebSphere MQ Client for Java.
MQSecurityExit The security exit interface allows you to customize the security flows that occur when an atttempt is made to connect to a queue manager.
MQSendExit The send exit interface allows you to examine, and possibly alter, the data sent to the queue manager by the WebSphere MQ Client for Java.
 

Class Summary
MQChannelDefinition Use the MQChannelDefinition class to pass information concerning the connection with the queue manager to the send, receive, and security exits.
MQChannelExit This class defines context information passed to the send, receive and security exits when they are invoked.
MQConnectionSecurityParameters This class is a representation of the MQCSP structure.
MQDistributionList Create a distribution list using the MQDistributionList constructor or the MQQueueManager.accessDistributionList() method.
MQDistributionListItem Represents a single item (queue) within a distribution list.
MQEnvironment MQEnvironment contains static fields that control the environment in which an MQQueueManager object (and its corresponding connection to WebSphere MQ) is constructed.
MQExitChain Class used for chaining send and receive user exits.
MQExitClassLoader  
MQExternalReceiveExit Enables Java code to call a non-Java receive exit.
MQExternalSecurityExit Enables Java code to call a non-Java security exit.
MQExternalSendExit Enables Java code to call a non-Java send exit.
MQExternalUserExit The MQExternalUserExit class is a superclass for MQExternalReceiveExit, MQExternalSecurityExit and MQExternalSendExit.
MQGetMessageOptions This class contains options which control the behaviour of MQQueue.get().
MQJavaLevel Displays information about the currently installed version of WebSphere MQ Classes for Java.
MQManagedObject MQManagedObject is a superclass for MQDistributionList, MQProcess, MQQueue, MQQueueManager.
MQMD The MQMD class contains the control information that accompanies the application data when a message travels between the sending and receiving applications.
MQMessage MQMessage represents both the message descriptor and the data for a WebSphere MQ message.
MQOD An MQOD instance is used to specify an object by name.
MQPoolToken The MQPoolToken is used in conjunction with MQEnvironment to allow application components to exercise control over the default connection manager.
MQProcess MQProcess provides inquire operations for WebSphere MQ processes.
MQPutMessageOptions This class contains options that control the behavior of MQQueue.put.
MQQueue MQQueue provides inquire, set, put and get operations for WebSphere MQ queues.
MQQueueManager The MQQueueManager class provides a connection to a WebSphere MQ queue manager.
MQQueueManager.MQExitWrapper  
MQReceiveExitChain Chains receive exits together.
MQSendExitChain Chains send exits together.
MQSimpleConnectionManager An MQSimpleConnectionManager provides basic connection pooling function.
 

Exception Summary
MQException An MQException is thrown whenever a WebSphere MQ error occurs.
 

Package com.ibm.mq Description

This is the main package of Java classes and interfaces for WebSphere MQ classes.

com.ibm.mq.jms is the main package used for JMS and it is described separately.


(c) Copyright IBM Corp. 2005. All Rights Reserved.