synergynetframework.appsystem.services.net.filestore
Class FileReceptionHandler

java.lang.Object
  extended by synergynetframework.appsystem.services.net.filestore.FileReceptionHandler
All Implemented Interfaces:
java.lang.Runnable

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

The Class FileReceptionHandler.


Constructor Summary
FileReceptionHandler(java.io.File targetDirectory, java.net.Socket s)
          Instantiates a new file reception handler.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileReceptionHandler

public FileReceptionHandler(java.io.File targetDirectory,
                            java.net.Socket s)
                     throws java.io.IOException
Instantiates a new file reception handler.

Parameters:
targetDirectory - the target directory
s - the s
Throws:
java.io.IOException - Signals that an I/O exception has occurred.
Method Detail

run

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