Uses of Class
javax.microedition.rms.RecordStoreNotFoundException

Packages that use RecordStoreNotFoundException
javax.microedition.rms   
 

Uses of RecordStoreNotFoundException in javax.microedition.rms
 

Methods in javax.microedition.rms that throw RecordStoreNotFoundException
static void RecordStore.deleteRecordStore(String recordStoreName)
           
static RecordStore RecordStore.openRecordStore(String recordStoreName, boolean createIfNecessary)
           
static RecordStore RecordStore.openRecordStore(String recordStoreName, boolean createIfNecessary, int authmode, boolean writable)
           
static RecordStore RecordStore.openRecordStore(String recordStoreName, String vendorName, String suiteName)
           
protected  void RecordStore.static_deleteRecordStore(String recordStoreName)
           
protected  RecordStore RecordStore.static_openRecordStore(String recordStoreName, boolean createIfNecessary)
           
protected  RecordStore RecordStore.static_openRecordStore(String recordStoreName, boolean createIfNecessary, int authmode, boolean writable)
           
protected  RecordStore RecordStore.static_openRecordStore(String recordStoreName, String vendorName, String suiteName)
           
 



Copyright © 2006-2007 Jayway AB. All Rights Reserved.