Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

mobile.jndi
Class LookupMid  view LookupMid download LookupMid.java

java.lang.Object
  extended byjavax.microedition.midlet.MIDlet
      extended bymobile.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 Class Summary
 
Nested classes inherited from class javax.microedition.midlet.MIDlet
 
Field Summary
private  javax.microedition.lcdui.Display display
           
private  javax.microedition.lcdui.Command exitCommand
           
private  java.lang.String proxyAddress
           
private  javax.microedition.lcdui.TextBox t
           
 
Fields inherited from class javax.microedition.midlet.MIDlet
 
Constructor Summary
LookupMid()
          Default constructor.
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable s)
          This method overides one form super class.
private  void debug(java.lang.String s)
           
private  void debug(java.lang.String s1, java.lang.String s2)
           
 void destroyApp(boolean unconditional)
          This method overides one form super class.
private  void log(java.lang.String s)
           
 void pauseApp()
          This method overides one form super class.
 void startApp()
          This method overides the one from super class.
 
Methods inherited from class javax.microedition.midlet.MIDlet
getAppProperty, notifyDestroyed, notifyPaused
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

LookupMid

public LookupMid()
Default constructor.

Method Detail

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)