Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

MID Profile

Uses of Class
javax.microedition.rms.RecordStore

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(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.
 


MID Profile

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 37 specification.