2010 FRC Java API


com.sun.squawk.imp
Class ImpGlobal

java.lang.Object
  extended by com.sun.squawk.imp.ImpGlobal

public class ImpGlobal
extends Object


Field Summary
static MIDletTunnel midLetTunnel
           
protected static Vector recordStoreDbCache
           
protected static IRecordStoreManager recordStoreManager
           
 
Method Summary
static void forceEraseRecordStores()
           
static Vector getRecordStoreDbCache()
           
static IRecordStoreManager getRecordStoreManager()
           
static long getRecordStoreManagerErasedSequenceCurrentValue()
           
static void resetRecordStoreManager()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

midLetTunnel

public static MIDletTunnel midLetTunnel

recordStoreDbCache

protected static Vector recordStoreDbCache

recordStoreManager

protected static IRecordStoreManager recordStoreManager
Method Detail

forceEraseRecordStores

public static void forceEraseRecordStores()

getRecordStoreDbCache

public static Vector getRecordStoreDbCache()

getRecordStoreManager

public static IRecordStoreManager getRecordStoreManager()
                                                 throws RecordStoreException
Throws:
RecordStoreException

getRecordStoreManagerErasedSequenceCurrentValue

public static long getRecordStoreManagerErasedSequenceCurrentValue()
                                                            throws RecordStoreException
Throws:
RecordStoreException

resetRecordStoreManager

public static void resetRecordStoreManager()

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.