com.sun.squawk.rms
Interface IRecordStoreManager
- All Superinterfaces: 
- INorFlashMemoryHeapScanner
- All Known Implementing Classes: 
- RecordStoreManager
- public interface IRecordStoreManager 
- extends INorFlashMemoryHeapScanner
 
 
deleteRecordStore
boolean deleteRecordStore(String name)
                          throws RecordStoreException
- 
 
- 
- Throws:
- RecordStoreException
 
getRecordStore
IRecordStoreEntry getRecordStore(String name,
                                 boolean createIfNecessary)
                                 throws RecordStoreException
- 
 
- 
- Throws:
- RecordStoreException
 
getRecordStoreNames
String[] getRecordStoreNames()
- 
 
- 
 
getSizeAvailable
int getSizeAvailable()
                     throws RecordStoreException
- 
 
- 
- Throws:
- RecordStoreException
 
getEntryAt
IRmsEntry getEntryAt(Address address)
                     throws RecordStoreException
- 
 
- 
- Throws:
- RecordStoreException
 
getErasedSequenceCurrentValue
long getErasedSequenceCurrentValue()
- 
 
- 
 
invalidateEntryAt
void invalidateEntryAt(Address address)
                       throws RecordStoreException
- 
 
- 
- Throws:
- RecordStoreException
 
logEntry
Address logEntry(IRmsEntry entry)
                 throws RecordStoreException
- 
 
- 
- Throws:
- RecordStoreException
 
"For updated information see the Java FRC site"