|
BenQ Mobile |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordStore | |
javax.microedition.rms | The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it. |
Uses of RecordStore in javax.microedition.rms |
Methods in javax.microedition.rms that return RecordStore | |
static RecordStore |
RecordStore.openRecordStore(java.lang.String recordStoreName,
boolean createIfNecessary)
Open (and possibly create) a record store associated with the given MIDlet suite. |
static RecordStore |
RecordStore.openRecordStore(java.lang.String recordStoreName,
boolean createIfNecessary,
int authmode,
boolean writable)
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. |
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. |
|
BenQ Mobile |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner. All Rights Reserved. BenQ Corp. is a trademark licensee of Siemens AG. |
For further information about Mobility Toolkit (MTK) visit our Developer Portal. |