org.jafer.transport
Class KillSocketTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.jafer.transport.KillSocketTask
All Implemented Interfaces:
java.lang.Runnable

 class KillSocketTask
extends java.util.TimerTask


Field Summary
private static java.util.logging.Logger logger
           
private  java.net.Socket sock
           
 
Constructor Summary
KillSocketTask(java.net.Socket asock)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static java.util.logging.Logger logger

sock

private java.net.Socket sock
Constructor Detail

KillSocketTask

public KillSocketTask(java.net.Socket asock)
Method Detail

run

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