| java.lang.Object com.sun.midp.main.MIDletProxyUtils
MIDletProxyUtils | public class MIDletProxyUtils (Code) | | Utilities for the MIDletProxy.
|
maxPriority | public static void maxPriority(MIDletProxy mp)(Code) | | Set the MIDletProxy to run with the Maximum Isolate Priority
Parameters: mp - MIDletProxy |
minPriority | public static void minPriority(MIDletProxy mp)(Code) | | Set the MIDletProxy to run with the Minimum Isolate Priority
Parameters: mp - MIDletProxy |
normalPriority | public static void normalPriority(MIDletProxy mp)(Code) | | Set the MIDletProxy to run with the Normal Isolate Priority
Parameters: mp - MIDletProxy |
terminateMIDletIsolate | static void terminateMIDletIsolate(MIDletProxy mp, MIDletProxyList mpl)(Code) | | Removes current MIDlet form the proxy list and reqests VM to stop.
This results in terminating current applicaton and further re-launching
VM with an AMS MIDlet (if the latter is scheduled in the main MIDP
running loop).
Parameters: mp - the only MIDlet proxy presenting in the system Parameters: mpl - the MIDlet proxy list |
|
|