Search Java Classes and Packages
Search Java Frameworks and Libraries
#Javax.microedition.rms Classes and Interfaces - 10 results found.
| Name | Description | Type | Package | Framework |
| InvalidRecordIDException | Thrown to indicate an operation could not be completed because the record ID was invalid. | Class | javax.microedition.rms | Java ME |
|
| RecordComparator | An interface defining a comparator which compares two records (in an implementation-defined manner) to see if they match or what their | Interface | javax.microedition.rms | Java ME |
|
| RecordEnumeration | An interface representing a bidirectional record store Record enumerator. | Interface | javax.microedition.rms | Java ME |
|
| RecordFilter | An interface defining a filter which examines a record to see if it matches (based on an application-defined criteria). | Interface | javax.microedition.rms | Java ME |
|
| RecordListener | A listener interface for receiving Record Changed/Added/Deleted events from a record store. | Interface | javax.microedition.rms | Java ME |
|
| RecordStore | A class representing a record store. | Class | javax.microedition.rms | Java ME |
|
| RecordStoreException | Thrown to indicate a general exception occurred in a record store operation. | Class | javax.microedition.rms | Java ME |
|
| RecordStoreFullException | Thrown to indicate an operation could not be completed because the record store system storage is full. | Class | javax.microedition.rms | Java ME |
|
| RecordStoreNotFoundException | Thrown to indicate an operation could not be completed because the record store could not be found. | Class | javax.microedition.rms | Java ME |
|
| RecordStoreNotOpenException | Thrown to indicate that an operation was attempted on a closed record store. | Class | javax.microedition.rms | Java ME |