• Interface Summary 
    Interface Description
    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 
    Class Description
    JmqiSESSION  
    MQAsyncStatus
    Represents asynchronous error status from the queue manager.
    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.
    MQDestination
    MQDestination is an abstract class designed to contain the common functionality for any WebSphere MQ messaging destination.
    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.
    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().
    MQJavaComponent  
    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.
    MQPropertyDescriptor
    An MQPropertyDescriptor instance is used to describe a property of an MQMessage.
    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.
    MQReceiveExitChain
    Chains receive exits together.
    MQSendExitChain
    Chains send exits together.
    MQSimpleConnectionManager
    An MQSimpleConnectionManager provides basic connection pooling function.
    MQSubscription
    MQSubscription is a helper object designed to encapsulate the HSUB reference.
    MQTopic
    MQTopic is a sub class of MQDestination and provides set, inquire, put (send / publish), and get (receive / subscribe) operations for WebSphere MQ topics.
  • Exception Summary 
    Exception Description
    MQException
    An MQException is thrown whenever a WebSphere MQ error occurs.

Package com.ibm.mq Description

(c) Copyright IBM Corp. 2008, 2015. All Rights Reserved.