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 IBM
MQ messaging destination.
|
MQDistributionList |
|
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 IBM 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 IBM 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 an IBM
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 IBM 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 IBM MQ queues.
|
MQQueueManager |
The MQQueueManager class provides a connection to an IBM 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 IBM MQ topics.
|