java.lang.Object
javax.microedition.midlet.MIDlet
mobile.jndi.LookupMid
- All Implemented Interfaces:
- javax.microedition.lcdui.CommandListener
- public class LookupMid
- extends javax.microedition.midlet.MIDlet
- implements javax.microedition.lcdui.CommandListener
A TalkingWithProxy testing tool. Invokes test cases on kvm.
| Nested classes inherited from class javax.microedition.midlet.MIDlet |
|
| Fields inherited from class javax.microedition.midlet.MIDlet |
|
|
Constructor Summary |
LookupMid()
Default constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exitCommand
private javax.microedition.lcdui.Command exitCommand
display
private javax.microedition.lcdui.Display display
t
private javax.microedition.lcdui.TextBox t
proxyAddress
private java.lang.String proxyAddress
LookupMid
public LookupMid()
- Default constructor.
log
private void log(java.lang.String s)
startApp
public void startApp()
- This method overides the one from super class. See MIDlet Documentation for details.
pauseApp
public void pauseApp()
- This method overides one form super class. Declared, but the body is left ompty. See MIDlet Documentation for details.
destroyApp
public void destroyApp(boolean unconditional)
- This method overides one form super class. Declared, but the body is left ompty. See MIDlet Documentation for details.
commandAction
public void commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable s)
- This method overides one form super class. Declared, but the body is left ompty. See MIDlet Documentation for details.
- Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener
debug
private void debug(java.lang.String s1,
java.lang.String s2)
debug
private void debug(java.lang.String s)