wmx
Class SocketComponentReceiver

java.lang.Object
  extended by java.lang.Thread
      extended by wmx.SocketComponentReceiver
All Implemented Interfaces:
java.lang.Runnable

public class SocketComponentReceiver
extends java.lang.Thread

SocketComponentListener's component responsible for receiving data from a socket.

Author:
Fabien Romeo - fabien.romeo@univ-pau.fr

Field Summary
private  WMX_component _component
           
private  Queue _sockets
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SocketComponentReceiver(Queue sockets, WMX_component component)
          Creates a new instance of SocketComponentReceiver
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_sockets

private Queue _sockets

_component

private WMX_component _component
Constructor Detail

SocketComponentReceiver

public SocketComponentReceiver(Queue sockets,
                               WMX_component component)
Creates a new instance of SocketComponentReceiver

Method Detail

run

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