"

2013 FRC Java API

"

Uses of Class
javax.microedition.rms.InvalidRecordIDException

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

Uses of InvalidRecordIDException in com.sun.squawk.rms
 

Methods in com.sun.squawk.rms that throw InvalidRecordIDException
 void IRecordStoreEntry.deleteRecord(int recordId)
           
 void RecordStoreEntry.deleteRecord(int recordId)
           
protected  IRecordEntry RecordStoreEntry.findRecord(int recordId)
           
protected  Address RecordStoreEntry.findRecordAddress(int recordId)
           
 byte[] IRecordStoreEntry.getRecord(int recordId)
           
 byte[] RecordStoreEntry.getRecord(int recordId)
           
 int IRecordStoreEntry.getRecord(int recordId, byte[] buffer, int offset)
           
 int RecordStoreEntry.getRecord(int recordId, byte[] buffer, int offset)
           
 int IRecordStoreEntry.getRecordSize(int recordId)
           
 int RecordStoreEntry.getRecordSize(int recordId)
           
 void IRecordStoreEntry.setRecord(int recordId, byte[] data, int offset, int numBytes)
           
 void RecordStoreEntry.setRecord(int recordId, byte[] bytes, int offset, int length)
           
 

Uses of InvalidRecordIDException in javax.microedition.rms
 

Methods in javax.microedition.rms that throw InvalidRecordIDException
 void RecordStore.deleteRecord(int recordId)
          The record is deleted from the record store.
 byte[] RecordStore.getRecord(int recordId)
          Returns a copy of the data stored in the given record.
 int RecordStore.getRecord(int recordId, byte[] buffer, int offset)
          Returns the data stored in the given record.
 int RecordStore.getRecordSize(int recordId)
          Returns the size (in bytes) of the MIDlet data available in the given record.
 byte[] RecordEnumeration.nextRecord()
          Returns a copy of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
 int RecordEnumeration.nextRecordId()
          Returns the recordId of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
 byte[] RecordEnumeration.previousRecord()
          Returns a copy of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
 int RecordEnumeration.previousRecordId()
          Returns the recordId of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
 void RecordStore.setRecord(int recordId, byte[] newData, int offset, int numBytes)
          Sets the data in the given record to that passed in.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"