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.
 
 
getStoreId
int getStoreId()
- 
 
- 
 
"For updated information see the Java FRC site"