Slide 4.2: Persistent storage
  Slide 4.4: Programming with the RMS
  Home


Record Management Systems


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:

Interfaces Classes Exceptions