| java.lang.Object com.sun.midp.rms.RecordStoreFactory
RecordStoreFactory | public class RecordStoreFactory (Code) | | A utility class for checking and removing record stores.
|
removeRecordStoresForSuite | public static void removeRecordStoresForSuite(SecurityToken token, int id)(Code) | | Remove all the Record Stores for a suite.
Called by the installer when updating a suite
Parameters: token - security token with MIDP AMS permission Parameters: id - ID of the suite |
suiteHasRmsData | native public static boolean suiteHasRmsData(int id)(Code) | | Returns true if the suite has created at least one record store.
Called by the installer when updating a suite.
Parameters: id - ID of the suite true if the suite has at least one record store |
|
|