|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordStore | |
---|---|
javax.microedition.rms | Provides classes for a basic file system, where files have record level API. |
Uses of RecordStore in javax.microedition.rms |
---|
Methods in javax.microedition.rms that return RecordStore | |
---|---|
static RecordStore |
RecordStore.openRecordStore(String recordStoreName,
boolean createIfNecessary)
Open (and possibly create) a record store associated with the given MIDlet suite. |
Methods in javax.microedition.rms with parameters of type RecordStore | |
---|---|
void |
RecordListener.recordAdded(RecordStore recordStore,
int recordId)
Called when a record has been added to a record store. |
void |
RecordListener.recordChanged(RecordStore recordStore,
int recordId)
Called after a record in a record store has been changed. |
void |
RecordListener.recordDeleted(RecordStore recordStore,
int recordId)
Called after a record has been deleted from a record store. |
|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |