"

2013 FRC Java API

"

Uses of Interface
com.sun.squawk.rms.IRmsEntry

Packages that use IRmsEntry
com.sun.squawk.rms   
 

Uses of IRmsEntry in com.sun.squawk.rms
 

Subinterfaces of IRmsEntry in com.sun.squawk.rms
 interface IApplicationDescriptorEntry
           
 interface IRecordEntry
           
 interface IRecordStoreEntry
           
 interface IRecordStoreSequenceEntry
          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.
 interface IUnknownEntry
           
 

Classes in com.sun.squawk.rms that implement IRmsEntry
 class ApplicationDescriptorEntry
           
 class RecordEntry
           
 class RecordStoreEntry
           
 class RecordStoreSequenceEntry
          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.
 class RmsEntry
           
 class UnknownEntry
           
 

Methods in com.sun.squawk.rms that return IRmsEntry
 IRmsEntry IRecordStoreManager.getEntryAt(Address address)
           
 IRmsEntry RecordStoreManager.getEntryAt(Address address)
           
 IRmsEntry RecordStoreManager.getEntryIn(IMemoryHeapBlock block)
           
 

Methods in com.sun.squawk.rms with parameters of type IRmsEntry
 Address IRecordStoreManager.logEntry(IRmsEntry entry)
           
 Address RecordStoreManager.logEntry(IRmsEntry entry)
           
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"