unitee.server
Class ListenerThread

java.lang.Object
  |
  +--unitee.server.ListenerThread

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

A Thread that is handling an incoming requests (like method invocations) and executes them.


Constructor Summary
ListenerThread(java.net.Socket newSocket, ObjectRepository rep)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerThread

public ListenerThread(java.net.Socket newSocket,
                      ObjectRepository rep)
Method Detail

run

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