com.jxml.qare.qhome
Class Sender

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--com.jxml.qare.qhome.Sender
All Implemented Interfaces:
Runnable

public class Sender
extends Thread

This class provides fuctionality of sending pending messages.


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Sender()
           
 
Method Summary
 void run()
          Run the thread after getting the pending message queue if condition is true.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sender

public Sender()
Method Detail

run

public void run()
Run the thread after getting the pending message queue if condition is true.
Overrides:
run in class Thread