"

2013 FRC Java API

"

com.sun.squawk.rms
Interface IRecordStoreSequenceEntry

All Superinterfaces:
IRmsEntry
All Known Implementing Classes:
RecordStoreSequenceEntry

public interface IRecordStoreSequenceEntry
extends IRmsEntry

I exist in order to allow the delete record, set record, and any other record store operation that essentially does not need to have a new log entry posted. But any operation which changes the state of a record store must also change the version/sequence number of the store, so we mark this with a simple marker.


Method Summary
 int getStoreId()
           
 
Methods inherited from interface com.sun.squawk.rms.IRmsEntry
getAddress, getType, readFrom, setAddress, size, visit, writeTo
 

Method Detail

getStoreId

int getStoreId()

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"