"

2013 FRC Java API

"

Uses of Package
javax.microedition.rms

Packages that use javax.microedition.rms
com.sun.squawk.flash   
com.sun.squawk.imp Provides classes for low level interactions with the Squawk implementation of IMP. 
com.sun.squawk.rms   
javax.microedition.rms The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it. 
 

Classes in javax.microedition.rms used by com.sun.squawk.flash
RecordStoreException
          Thrown to indicate a general exception occurred in a record store operation.
 

Classes in javax.microedition.rms used by com.sun.squawk.imp
RecordStoreException
          Thrown to indicate a general exception occurred in a record store operation.
 

Classes in javax.microedition.rms used by com.sun.squawk.rms
InvalidRecordIDException
          Thrown to indicate an operation could not be completed because the record ID was invalid.
RecordStoreException
          Thrown to indicate a general exception occurred in a record store operation.
RecordStoreFullException
          Thrown to indicate an operation could not be completed because the record store system storage is full.
 

Classes in javax.microedition.rms used by javax.microedition.rms
InvalidRecordIDException
          Thrown to indicate an operation could not be completed because the record ID was invalid.
RecordComparator
          An interface defining a comparator which compares two records (in an implementation-defined manner) to see if they match or what their relative sort order is.
RecordEnumeration
          An interface representing a bidirectional record store Record enumerator.
RecordFilter
          An interface defining a filter which examines a record to see if it matches (based on an application-defined criteria).
RecordListener
          A listener interface for receiving Record Changed/Added/Deleted events from a record store.
RecordStore
          A class representing a record store.
RecordStoreException
          Thrown to indicate a general exception occurred in a record store operation.
RecordStoreFullException
          Thrown to indicate an operation could not be completed because the record store system storage is full.
RecordStoreNotFoundException
          Thrown to indicate an operation could not be completed because the record store could not be found.
RecordStoreNotOpenException
          Thrown to indicate that an operation was attempted on a closed record store.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"