Websphere MQ Everyplace

Package com.ibm.mqe.adapters

Provides plug-in communications adapters or data storage adapters which under-pin a queue manager.

See:
          Description

Class Summary
MQeCaseInsensitiveDiskAdapter This class implements a disk adapter that is insensitive to the 'case' of the filename used during matching.
MQeCommunicationsAdapter This is the base class that provides the generic adapter features.
MQeDiskFieldsAdapter The MQeDiskFieldsAdapter is an adapter that provides support for reading and writing MQeFields information to a local disk.
MQeMappingAdapter An adapter which can be enable MQe code to use long filenames, but maps those long filenames to shorter representation file names (for example 8.3 format) before operations are performed against the file system.
MQeMemoryFieldsAdapter The MQeMemoryFieldsAdapter is an adapter that provides support for reading and writing MQeFields information to memory.
MQeMidpFieldsAdapter The MQeMidpFieldsAdapter is an adapter that provides support for reading and writing MQeFields information to a MIDP Record Store.
MQeMidpHttpAdapter MQeMidpHttpAdapter extends the MQeAdapter to provide communication support for the HTTP 1.1 protocol.
MQeMirroredDiskFieldsAdapter This extension of the standard MQe disk adapter, com.ibm.mqe.adapters.MQeDiskFieldsAdapter, duplicates all function found in the writeObject() method of that class, but replaces the standard Java I/O operations with native 4690 mirrored file operations using the com.ibm.OS4690.POSFile class.
MQeReducedDiskFieldsAdapter The MQeDiskFieldsAdapter is an adapter that provides support for reading and writing MQeFields information to a local disk.
MQeTcpipAdapter The MQeTcpipAdapter is an adapter that provides support for reading and writing data over TCP/IP streams.
MQeTcpipHistoryAdapter MQeTcpipHistoryAdapter provides an extra protocol layer on top of MQeTcpipLengthAdapter that supports persistent socket connections and the ability to encode recently used data in a shortened form.
MQeTcpipHttpAdapter MQeTcpipHttpAdapter extends the MQeTcpipAdapter to provide support for the HTTP 1.0 protocol.This enables two WebSphere MQ Everyplace systems to communicate over a TCP/IP network.
MQeTcpipLengthAdapter The MQeTcpipLengthAdapter adds a simple protocol to the MQeTcpipAdapter that enables two WebSphere MQ Everyplace systems to communicate over a TCP/IP network.
MQeUdpipBasicAdapter The MQeUdpipBasicAdapter provides the ability to send MQe data across the network using the UDP protocol.
MQeWESAuthenticationAdapter This adapter provides support for tunnelling HTTP requests through Websphere Everyplace authentication proxies and transparent proxies.
 

Package com.ibm.mqe.adapters Description

Provides plug-in communications adapters or data storage adapters which under-pin a queue manager.


Websphere MQ Everyplace