de.hattrickorganizer.net.rmiHOFriendly
Class HoServerWorker

java.lang.Object
  extended by de.hattrickorganizer.net.rmiHOFriendly.HoServerWorker
All Implemented Interfaces:
java.lang.Runnable

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

DOCUMENT ME!

Author:
thomas.werth

Field Summary
protected  boolean m_bRun
          TODO Missing Parameter Documentation
protected  HOServerImp m_clHOServer
          TODO Missing Parameter Documentation
protected  java.io.DataInputStream m_clInput
          TODO Missing Parameter Documentation
protected  java.net.Socket m_clSocket
          TODO Missing Parameter Documentation
 
Constructor Summary
HoServerWorker(HOServerImp server)
          Creates a new instance of HoServerWorker
 
Method Summary
protected  void finalize()
          TODO Missing Method Documentation
 boolean isRun()
          Getter for property m_bRun.
protected  void reciveChatMsg()
           
protected  void reciveStartFriendlyMsg()
          liest die Daten zum start eines Friendly's ein
 void run()
          TODO Missing Method Documentation
 void setRun(boolean m_bRun)
          Setter for property m_bRun.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_clInput

protected java.io.DataInputStream m_clInput
TODO Missing Parameter Documentation


m_clHOServer

protected HOServerImp m_clHOServer
TODO Missing Parameter Documentation


m_clSocket

protected java.net.Socket m_clSocket
TODO Missing Parameter Documentation


m_bRun

protected boolean m_bRun
TODO Missing Parameter Documentation

Constructor Detail

HoServerWorker

public HoServerWorker(HOServerImp server)
Creates a new instance of HoServerWorker

Parameters:
server - TODO Missing Constructuor Parameter Documentation
Method Detail

setRun

public final void setRun(boolean m_bRun)
Setter for property m_bRun.

Parameters:
m_bRun - New value of property m_bRun.

isRun

public final boolean isRun()
Getter for property m_bRun.

Returns:
Value of property m_bRun.

run

public final void run()
TODO Missing Method Documentation

Specified by:
run in interface java.lang.Runnable

finalize

protected final void finalize()
TODO Missing Method Documentation

Overrides:
finalize in class java.lang.Object

reciveChatMsg

protected final void reciveChatMsg()

reciveStartFriendlyMsg

protected final void reciveStartFriendlyMsg()
liest die Daten zum start eines Friendly's ein