Package com.ibm.mq


package com.ibm.mq
  • Class
    Description
     
    Represents asynchronous error status from the queue manager.
    The MQC interface defines all the constants used by the IBM MQ Java programming interface (except for completion code constants and error code constants).
    Use the MQChannelDefinition class to pass information concerning the connection with the queue manager to the send, receive, and security exits.
    This class defines context information passed to the send, receive and security exits when they are invoked.
    This class is a representation of the MQCSP structure.
    MQDestination is an abstract class designed to contain the common functionality for any IBM MQ messaging destination.
    Create a distribution list using the MQDistributionList constructor or the MQQueueManager.accessDistributionList() method.
    Represents a single item (queue) within a distribution list.
    MQEnvironment contains static fields that control the environment in which an MQQueueManager object (and its corresponding connection to IBM MQ) is constructed.
    An MQException is thrown whenever an IBM MQ error occurs.
    Class used for chaining send and receive user exits.
    Enables Java code to call a non-Java receive exit.
    Enables Java code to call a non-Java security exit.
    Enables Java code to call a non-Java send exit.
    The MQExternalUserExit class is a superclass for MQExternalReceiveExit, MQExternalSecurityExit and MQExternalSendExit.
    This class contains options which control the behaviour of MQQueue.get().
     
    Displays information about the currently installed version of IBM MQ Classes for Java.
    MQManagedObject is a superclass for MQDistributionList, MQProcess, MQQueue, MQQueueManager.
    The MQMD class contains the control information that accompanies the application data when a message travels between the sending and receiving applications.
    MQMessage represents both the message descriptor and the data for an IBM MQ message.
    An MQOD instance is used to specify an object by name.
    The MQPoolToken is used in conjunction with MQEnvironment to allow application components to exercise control over the default connection manager.
    MQProcess provides inquire operations for IBM MQ processes.
    An MQPropertyDescriptor instance is used to describe a property of an MQMessage.
    This class contains options that control the behavior of MQQueue.put.
    MQQueue provides inquire, set, put and get operations for IBM MQ queues.
    The MQQueueManager class provides a connection to an IBM MQ queue manager.
    The receive exit interface allows you to examine, and possibly alter, the data received from the queue manager by the IBM MQ Client for Java.
    Chains receive exits together.
    The security exit interface allows you to customize the security flows that occur when an atttempt is made to connect to a queue manager.
    The send exit interface allows you to examine, and possibly alter, the data sent to the queue manager by the IBM MQ Client for Java.
    Chains send exits together.
    An MQSimpleConnectionManager provides basic connection pooling function.
    MQSubscription is a helper object designed to encapsulate the HSUB reference.
    MQTopic is a sub class of MQDestination and provides set, inquire, put (send / publish), and get (receive / subscribe) operations for IBM MQ topics.