Working with Threads
The MIDP RMS implementation ensures that all individual record store operations are atomic, synchronous, and serialized, so no corruption occurs with multiple access.
However, if your MIDlets use multiple threads to access a record store, it is your responsibility to synchronize this access.
The RMS Package
The RMS package consists of the following four interfaces, one class, and five exception classes: