| java.lang.Object com.sun.midp.main.NamsStorage
NamsStorage | public class NamsStorage (Code) | | A wrapper for NAMS MIDlet API.
|
NAMS_STATE_ACTIVE | final public static int NAMS_STATE_ACTIVE(Code) | | midlet state is active
|
NAMS_STATE_DESTROYED | final public static int NAMS_STATE_DESTROYED(Code) | | midlet state is destroyed
|
NAMS_STATE_ERROR | final public static int NAMS_STATE_ERROR(Code) | | midlet failed to start
|
NAMS_STATE_NO | final public static int NAMS_STATE_NO(Code) | | free entry in the storage
|
NAMS_STATE_PAUSED | final public static int NAMS_STATE_PAUSED(Code) | | midlet state is paused
|
NAMS_STATE_RESERVED | final public static int NAMS_STATE_RESERVED(Code) | | storage entry is reserved for new (starting) midlet
|
NAMS_STORAGE_SIZE | final public static int NAMS_STORAGE_SIZE(Code) | | size of the NAMS storage
|
getDisplayChangeRequest | native static boolean getDisplayChangeRequest(int id)(Code) | | returns display status change request status of a given midlet
(not used now)
Parameters: id - the ID of the midlet display status change request |
getDisplayStatus | native static boolean getDisplayStatus(int id)(Code) | | returns display status of a given midlet
Parameters: id - the ID of the midlet display status |
getDisplayStatusTrack | native static boolean getDisplayStatusTrack(int id)(Code) | | returns display status change tracking status of a given midlet
Parameters: id - the ID of the midlet true if notification shall be sent for display status changes of the given midletfalse - otherwise |
getMIDletState | native static int getMIDletState(int id)(Code) | | returns state of a given midlet
Parameters: id - the ID of the midlet midlet state |
getMIDletStateTrack | native static boolean getMIDletStateTrack(int id)(Code) | | returns midlet state change tracking status of a given midlet
Parameters: id - the ID of the midlet true if notification shall be sent for midlet state changes of the given midletfalse - otherwise |
getNotifierIsolateId | native public static int getNotifierIsolateId()(Code) | | returns isolate where NAMS Notifier is running
(where to send notification events)
Parameters: midletSuiteStorage - MIDletSuiteStorage object Parameters: inp_installer - Installer object Parameters: inp_url - URL of the test suite isolate Id |
setDisplayChangeRequest | native static void setDisplayChangeRequest(int id, boolean request)(Code) | | stores display status change request a given midlet in NAMS Storage
Parameters: id - the ID of the midlet Parameters: request - new display status change request of the midlet |
setDisplayStatus | native static void setDisplayStatus(int id, boolean status)(Code) | | stores display status a given midlet in NAMS Storage
Parameters: id - the ID of the midlet Parameters: status - new display status of the midlet |
setDisplayStatusTrack | native static void setDisplayStatusTrack(int id, boolean track)(Code) | | stores display status traking a given midlet in NAMS Storage
Parameters: id - the ID of the midlet Parameters: track - new display status vhange traning of the midlet |
setMIDletState | native static void setMIDletState(int id, int state)(Code) | | stores state of a given midlet in NAMS Storage
Parameters: id - the ID of the midlet Parameters: state - new state of the midlet |
setMIDletStateTrack | native static void setMIDletStateTrack(int id, boolean track)(Code) | | stores midlet state traking a given midlet in NAMS Storage
Parameters: id - the ID of the midlet Parameters: track - new midlet state vhange traning of the midlet |
|
|