examples.midp.exampleapp.messageservice
Class RMSclear
java.lang.Object
|
+--javax.microedition.midlet.MIDlet
|
+--examples.midp.exampleapp.messageservice.RMSclear
- public class RMSclear
- extends javax.microedition.midlet.MIDlet
This is a simple program designed to clear all record stores available to the
MIDlet suite that it is a part of.
The main purpose of it is to ensure that all registry details have been removed
from a MIDP device, allowing a queue manager to start up cleanly from scratch.
To use, simply include it in a MIDlet suite and run it.
Field Summary |
static short[] |
version
|
Method Summary |
void |
destroyApp(boolean arg0)
See javax.microedition.midlet.MIDlet#destroyApp for more details. |
void |
pauseApp()
See javax.microedition.midlet.MIDlet#pauseApp for more details. |
void |
startApp()
See javax.microedition.midlet.MIDlet#startApp for more details. |
Methods inherited from class javax.microedition.midlet.MIDlet |
getAppProperty, notifyDestroyed, notifyPaused, resumeRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
public static short[] version
RMSclear
public RMSclear()
startApp
public void startApp()
throws javax.microedition.midlet.MIDletStateChangeException
- See javax.microedition.midlet.MIDlet#startApp for more details.
- Specified by:
startApp
in class javax.microedition.midlet.MIDlet
javax.microedition.midlet.MIDletStateChangeException
pauseApp
public void pauseApp()
- See javax.microedition.midlet.MIDlet#pauseApp for more details.
- Specified by:
pauseApp
in class javax.microedition.midlet.MIDlet
destroyApp
public void destroyApp(boolean arg0)
throws javax.microedition.midlet.MIDletStateChangeException
- See javax.microedition.midlet.MIDlet#destroyApp for more details.
- Specified by:
destroyApp
in class javax.microedition.midlet.MIDlet
javax.microedition.midlet.MIDletStateChangeException