com.lyrisoft.chat.server.remote
Class Dispatcher

java.lang.Object
  |
  +--com.lyrisoft.chat.server.remote.Dispatcher
All Implemented Interfaces:
java.lang.Runnable

public class Dispatcher
extends java.lang.Object
implements java.lang.Runnable


Field Summary
protected  boolean _keepGoing
           
protected  java.util.List _queue
           
 
Constructor Summary
Dispatcher()
           
 
Method Summary
 void flush()
           
 void pleaseStop()
           
 void queue(Message m)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_queue

protected java.util.List _queue

_keepGoing

protected boolean _keepGoing
Constructor Detail

Dispatcher

public Dispatcher()
Method Detail

queue

public void queue(Message m)

run

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

flush

public void flush()

pleaseStop

public void pleaseStop()


Copyright © 2000-2002 Taso Lyristis