|
MIDP3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecordStoreNotFoundException | |
|---|---|
| javax.microedition.rms | The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it. |
| Uses of RecordStoreNotFoundException in javax.microedition.rms |
|---|
| Methods in javax.microedition.rms that throw RecordStoreNotFoundException | |
|---|---|
static void |
RecordStore.deleteRecordStore(java.lang.String recordStoreName)
Deletes the named record store. |
static void |
RecordStore.exportRecordStore(java.io.OutputStream os,
java.lang.String recordStoreName,
java.lang.String internalPassword,
java.lang.String exportPassword)
Exports the record store to an RMS stream (see RMS Interchange Format). |
static RecordStore |
RecordStore.openRecordStore(java.lang.String recordStoreName,
boolean createIfNecessary)
Open (and possibly create) a record store associated with the current MIDlet suite. |
static RecordStore |
RecordStore.openRecordStore(java.lang.String recordStoreName,
boolean createIfNecessary,
int authmode,
boolean writeable)
Open (and possibly create) a record store that can be shared with other MIDlet suites. |
static RecordStore |
RecordStore.openRecordStore(java.lang.String recordStoreName,
boolean createIfNecessary,
int authmode,
boolean writeable,
java.lang.String password)
Open (and possibly create) a record store that can be shared with other MIDlet suites. |
static RecordStore |
RecordStore.openRecordStore(java.lang.String recordStoreName,
java.lang.String vendorName,
java.lang.String suiteName)
Open a record store associated with the named MIDlet suite. |
static RecordStore |
RecordStore.openRecordStore(java.lang.String recordStoreName,
java.lang.String vendorName,
java.lang.String suiteName,
java.lang.String password)
Open a record store associated with the named MIDlet suite. |
|
MIDP3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||