| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractQueue<E>
java.util.concurrent.LinkedBlockingQueue<java.lang.Runnable>
org.apache.tomcat.util.net.NioEndpoint.TaskQueue
public static class NioEndpoint.TaskQueue
| Constructor Summary | |
|---|---|
| NioEndpoint.TaskQueue() | |
| NioEndpoint.TaskQueue(java.util.Collection<? extends java.lang.Runnable> c) | |
| NioEndpoint.TaskQueue(int initialCapacity) | |
| Method Summary | |
|---|---|
|  boolean | offer(java.lang.Runnable o) | 
|  void | setParent(java.util.concurrent.ThreadPoolExecutor tp,
          NioEndpoint ep) | 
| Methods inherited from class java.util.concurrent.LinkedBlockingQueue | 
|---|
| clear, drainTo, drainTo, iterator, offer, peek, poll, poll, put, remainingCapacity, remove, size, take, toArray, toArray, toString | 
| Methods inherited from class java.util.AbstractQueue | 
|---|
| add, addAll, element, remove | 
| Methods inherited from class java.util.AbstractCollection | 
|---|
| contains, containsAll, isEmpty, removeAll, retainAll | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface java.util.concurrent.BlockingQueue | 
|---|
| add | 
| Methods inherited from interface java.util.Queue | 
|---|
| element, remove | 
| Methods inherited from interface java.util.Collection | 
|---|
| addAll, contains, containsAll, equals, hashCode, isEmpty, removeAll, retainAll | 
| Constructor Detail | 
|---|
public NioEndpoint.TaskQueue()
public NioEndpoint.TaskQueue(int initialCapacity)
public NioEndpoint.TaskQueue(java.util.Collection<? extends java.lang.Runnable> c)
| Method Detail | 
|---|
public void setParent(java.util.concurrent.ThreadPoolExecutor tp,
                      NioEndpoint ep)
public boolean offer(java.lang.Runnable o)
offer in interface java.util.concurrent.BlockingQueue<java.lang.Runnable>offer in interface java.util.Queue<java.lang.Runnable>offer in class java.util.concurrent.LinkedBlockingQueue<java.lang.Runnable>| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||