Methods Summary |
---|
public static void | maxPriority(MIDletProxy mp)Set the MIDletProxy to run with the Maximum Isolate Priority
|
public static void | minPriority(MIDletProxy mp)Set the MIDletProxy to run with the Minimum Isolate Priority
|
public static void | normalPriority(MIDletProxy mp)Set the MIDletProxy to run with the Normal Isolate Priority
|
private static native void | requestVMStop()Requests VM to stop.
|
static void | terminateMIDletIsolate(MIDletProxy mp, MIDletProxyList mpl)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).
requestVMStop();
|