MIDP3.0

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.importRecordStore(java.io.InputStream is, java.lang.String importPassword, java.lang.String internalPassword)
          Imports the record store from an encrypted or plaintext 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.
 

Methods in javax.microedition.rms with parameters of type RecordStore
 void RecordListener.recordAdded(RecordStore recordStore, int recordId)
          Called after 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.
 


MIDP3.0

Send a comment or suggestionVersion 3.0 of Mobile Information Device Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-2009 Motorola Inc. Portions copyright 1993-2002 Sun Microsystems, Inc. and Motorola, Inc. All Rights Reserved.