Uses of Class
javax.microedition.rms.RecordStoreFullException

Packages that use RecordStoreFullException
javax.microedition.rms The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it.  
 

Uses of RecordStoreFullException in javax.microedition.rms
 

Methods in javax.microedition.rms that throw RecordStoreFullException
static javax.microedition.rms.RecordStore RecordStore.openRecordStore(java.lang.String recordStoreName, boolean createIfNecessary)
          Open (and possibly create) a record store associated with the given MIDlet suite.
 int RecordStore.addRecord(byte[] data, int offset, int numBytes)
          Adds a new record to the record store.
 void RecordStore.setRecord(int recordId, byte[] newData, int offset, int numBytes)
          Sets the data in the given record to that passed in.
 



For further information and updates, please visit Siemens mobile Developer Portal 2003-08-21