threads
Class PushThread

java.lang.Object
  extended by java.lang.Thread
      extended by threads.PushThread
All Implemented Interfaces:
java.lang.Runnable

public class PushThread
extends java.lang.Thread

PushThread Register/Receive SMS


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
PushThread(GuiMidlet _midlet)
           
PushThread(java.lang.String _conn, GuiMidlet _midlet)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, currentThread, getName, getPriority, interrupt, isAlive, join, setPriority, sleep, start, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PushThread

public PushThread(java.lang.String _conn,
                  GuiMidlet _midlet)

PushThread

public PushThread(GuiMidlet _midlet)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread