railo.runtime.engine
Class ThreadQueueImpl

java.lang.Object
  extended by railo.runtime.engine.ThreadQueueImpl
All Implemented Interfaces:
ThreadQueue

public class ThreadQueueImpl
extends Object
implements ThreadQueue


Field Summary
 List<PageContext> list
           
 
Constructor Summary
ThreadQueueImpl(int max, long timeout)
           
 
Method Summary
 void clear()
           
 void enter(PageContext pc)
           
 void exit(PageContext pc)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

public final List<PageContext> list
Constructor Detail

ThreadQueueImpl

public ThreadQueueImpl(int max,
                       long timeout)
Method Detail

enter

public void enter(PageContext pc)
           throws IOException
Specified by:
enter in interface ThreadQueue
Throws:
IOException

exit

public void exit(PageContext pc)
Specified by:
exit in interface ThreadQueue

size

public int size()
Specified by:
size in interface ThreadQueue

clear

public void clear()
Specified by:
clear in interface ThreadQueue


Copyright © 2012 Railo