org.infoglue.deliver.util
Class ThreadMonitor

java.lang.Object
  extended by org.infoglue.deliver.util.ThreadMonitor
All Implemented Interfaces:
java.lang.Runnable

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


Constructor Summary
ThreadMonitor(long millis, javax.servlet.http.HttpServletRequest request, java.lang.String message, boolean kill)
           
ThreadMonitor(java.lang.Thread targetThread, long millis, javax.servlet.http.HttpServletRequest request, java.lang.String message, boolean kill)
           
 
Method Summary
 void done()
           
 java.lang.String getOriginalFullURL()
          This method returns the exact full url from the original request - not modified
 void reset()
           
 void reset(long millis)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadMonitor

public ThreadMonitor(java.lang.Thread targetThread,
                     long millis,
                     javax.servlet.http.HttpServletRequest request,
                     java.lang.String message,
                     boolean kill)

ThreadMonitor

public ThreadMonitor(long millis,
                     javax.servlet.http.HttpServletRequest request,
                     java.lang.String message,
                     boolean kill)
Method Detail

done

public void done()

reset

public void reset()

reset

public void reset(long millis)

run

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

getOriginalFullURL

public java.lang.String getOriginalFullURL()
This method returns the exact full url from the original request - not modified

Returns:


Copyright © 2005 InfoGlue.org All Rights Reserved.