edu.sdsc.inca
Class ServerInput

java.lang.Object
  extended by edu.sdsc.inca.ServerInput
All Implemented Interfaces:
WorkItem<Worker>

public class ServerInput
extends java.lang.Object
implements WorkItem<Worker>


Field Summary
protected static org.apache.log4j.Logger logger
           
 
Constructor Summary
ServerInput(java.net.Socket s)
          Create the worker object associated with the named queue.
 
Method Summary
 void doWork(Worker context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.log4j.Logger logger
Constructor Detail

ServerInput

public ServerInput(java.net.Socket s)
Create the worker object associated with the named queue.

Parameters:
q -
Method Detail

doWork

public void doWork(Worker context)
Specified by:
doWork in interface WorkItem<Worker>