org.nakedobjects.distribution.simple
Class FileConnectionFromClient

java.lang.Object
  extended byorg.nakedobjects.distribution.simple.FileConnectionFromClient
All Implemented Interfaces:
java.lang.Runnable

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


Constructor Summary
FileConnectionFromClient(java.net.Socket clientSocket, SocketedObjectServer server)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileConnectionFromClient

public FileConnectionFromClient(java.net.Socket clientSocket,
                                SocketedObjectServer server)
Method Detail

run

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