MQe provides the following storage adapters:
- Storage adapters
- MQeCaseInsensitiveDiskAdapter
- Provides support for case insensitive matching when locating a specific
file in permanent storage.
- MQeDiskFieldsAdapter
- Provides support for reading and writing to persistent storage.
- MQeMappingAdapter
- Provides support for mapping long file names to short file names.
- MQeMemoryFieldsAdapter
- Provides support for reading and writing to non-persistent storage.
- MQeMidpFieldsAdapter
- Provides support for reading and writing to permanent storage within a
MIDP environment.
- MQeReducedDiskFieldsAdapter
- Provides support for high speed writing to permanent storage.
Note that you cannot alter the behavior of these adapters. For more information
on the specific behavior of each storage adapter, refer to the MQe Java Programming Reference and the MQe C Programming Reference.