tassl.application.node.isolate
Class RequestHandlerWfl

java.lang.Object
  extended by java.lang.Thread
      extended by tassl.application.node.isolate.RequestHandlerWfl
All Implemented Interfaces:
java.lang.Runnable

public class RequestHandlerWfl
extends java.lang.Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 tassl.automate.application.node.isolate.scalablehandler.HistoryQueue cinQueue
           
 RequestHandlerMonitorWfl monitor
           
 tassl.automate.application.node.isolate.scalablehandler.HistoryQueue proxyReqRateQueue
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
RequestHandlerWfl()
           
RequestHandlerWfl(tassl.automate.application.node.DrtsPeer p)
           
 
Method Summary
 tassl.automate.application.node.DrtsPeer getPeer()
           
 java.net.ServerSocket getServSock()
           
 void killSelf()
           
static void main(java.lang.String[] args)
           
 void quit()
           
 void run()
           
 void setPeer(tassl.automate.application.node.DrtsPeer peer)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cinQueue

public tassl.automate.application.node.isolate.scalablehandler.HistoryQueue cinQueue

proxyReqRateQueue

public tassl.automate.application.node.isolate.scalablehandler.HistoryQueue proxyReqRateQueue

monitor

public RequestHandlerMonitorWfl monitor
Constructor Detail

RequestHandlerWfl

public RequestHandlerWfl()

RequestHandlerWfl

public RequestHandlerWfl(tassl.automate.application.node.DrtsPeer p)
Method Detail

getServSock

public java.net.ServerSocket getServSock()

run

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

getPeer

public tassl.automate.application.node.DrtsPeer getPeer()

setPeer

public void setPeer(tassl.automate.application.node.DrtsPeer peer)

quit

public void quit()

killSelf

public void killSelf()

main

public static void main(java.lang.String[] args)