tassl.application.node.isolate
Class RequestHandlerProxyWfl

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

public class RequestHandlerProxyWfl
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
static int indReqHandler
           
static int numReqHandler
           
static java.util.ArrayList requestHandler
           
static int totalReqHandler
           
static tassl.automate.application.node.isolate.scalablehandler.HistoryQueue workerReqRateQueue
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
RequestHandlerProxyWfl()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void quit()
           
 void RequestHandlerProxy()
           
 void run()
           
 
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

requestHandler

public static java.util.ArrayList requestHandler

numReqHandler

public static int numReqHandler

indReqHandler

public static int indReqHandler

totalReqHandler

public static int totalReqHandler

workerReqRateQueue

public static tassl.automate.application.node.isolate.scalablehandler.HistoryQueue workerReqRateQueue
Constructor Detail

RequestHandlerProxyWfl

public RequestHandlerProxyWfl()
Method Detail

RequestHandlerProxy

public void RequestHandlerProxy()

run

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

quit

public void quit()

main

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