"

2013 FRC Java API

"

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

Packages that use IRecordStoreManager
com.sun.squawk.imp Provides classes for low level interactions with the Squawk implementation of IMP. 
com.sun.squawk.rms   
 

Uses of IRecordStoreManager in com.sun.squawk.imp
 

Fields in com.sun.squawk.imp declared as IRecordStoreManager
protected static IRecordStoreManager ImpGlobal.recordStoreManager
           
 

Methods in com.sun.squawk.imp that return IRecordStoreManager
static IRecordStoreManager ImpGlobal.getRecordStoreManager()
           
 

Uses of IRecordStoreManager in com.sun.squawk.rms
 

Classes in com.sun.squawk.rms that implement IRecordStoreManager
 class RecordStoreManager
           
 

Fields in com.sun.squawk.rms declared as IRecordStoreManager
protected  IRecordStoreManager RecordStoreEntry.manager
           
 

Constructors in com.sun.squawk.rms with parameters of type IRecordStoreManager
RecordStoreEntry(IRecordStoreManager manager)
           
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"