org.jboss.remoting.transport.http.test
Class SimpleHTTPServer.TimeoutTimerTask

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.jboss.remoting.transport.http.test.SimpleHTTPServer.TimeoutTimerTask
All Implemented Interfaces:
Runnable
Enclosing class:
SimpleHTTPServer

public class SimpleHTTPServer.TimeoutTimerTask
extends TimerTask


Constructor Summary
SimpleHTTPServer.TimeoutTimerTask(Thread current)
           
 
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
 

Constructor Detail

SimpleHTTPServer.TimeoutTimerTask

public SimpleHTTPServer.TimeoutTimerTask(Thread current)
Method Detail

run

public void run()


Copyright © 2004 JBoss Inc. All Rights Reserved.