Websphere MQ Everyplace

Package com.ibm.mqe

Provides the core functionality of Websphere MQ Everyplace

See:
          Description

Interface Summary
MQeEventLogInterface All WebSphere MQ Everyplace log handlers must implement this interface.
MQeExceptionCodes Holds all the codes used by the MQeException class.
MQeMessageListenerInterface This interface must be implemented by all objects that wish to receive MQeMessage events.
MQePropertyProvider This interface should be implemented by any object capable of providing property information on request.
MQeQueueProxy Provides queue rule methods with a mechanism to query properties of a queue.
MQeTraceHandler All WebSphere MQ Everyplace trace handlers must implement this interface.
MQeTraceInterface Deprecated. This interface class is being replaced by the MQeTraceHandler interface class.
 

Class Summary
MQe The base class from which most of the other MQe classes inherit.
MQeAdapter This is the base class that provides the generic adapter features.
MQeAdminMsg This class is used to create a basic MQeAdminMsg.
MQeAttribute This class is used to create an attribute object.
MQeAttributeDefaultRule This class contains methods that are invoked when the attribute performs certain operations.
MQeAttributeRule This class contains methods that are invoked when the attribute performs certain operations.
MQeAuthenticator This is the base class for authenticator objects.
MQeChannelListener Deprecated. (from V2.0) This class is now deprecated.
MQeChannelManager Deprecated. (from V2.0) This class is now deprecated.
MQeCompressor This is the base class for compressor objects.
MQeCryptor This is the base class for cryptor objects.
MQeEnumeration This class is used to hold a collection of WebSphere MQ Everyplace message objects.
MQeFields This class is used to create a basic MQeFields object.
MQeKey Used to create an MQeKey object.
MQeLoader A base-class providing a way of plugging user-written class loaders into MQe.
MQeMessageEvent This object is passed to an application when an WebSphere MQ Everyplace message-event occurs.
MQeMsgObject The basic message object within MQe, used to convey information from one application to another, via a sequence of queue managers.
MQeMultiMsgObject Represents a number of MQeMsgObjects wrapped into a single message.
MQeProperties This class provides an implementation of the MQePropertyProvider interface It is used to pass parameters into the system, where the nature of the parameters is unknown to intermediate classes in MQe.
MQeQueueManager Instances of this class provide an entry point to the messaging API for an installed MQe System.
MQeQueueManagerConfigure Provides methods to configure and remove a queue manager.
MQeQueueManagerRule This class contains methods that are invoked when the queue manager performs certain operations.
MQeQueueRule Queue rules control the behaviour of WebSphere MQ Everyplace queues.
MQeRule This is a superclass from which all WebSphere MQ Everyplace rule classes derive their basic function.
MQeTrace Provides methods to set and invoke the trace handler.
 

Exception Summary
MQeException Describes an exceptional circumstance which has occurred within MQe code.
MQeMessageStoreException This class is used to signal that an exception occured during an operation on a message store.
 

Package com.ibm.mqe Description

Provides the core functionality of Websphere MQ Everyplace


Websphere MQ Everyplace