Apache Tomcat 7.0.37

org.apache.coyote
Class AbstractProtocol.RecycledProcessors<P extends Processor<S>,S>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractQueue<E>
          extended by java.util.concurrent.ConcurrentLinkedQueue<Processor<S>>
              extended by org.apache.coyote.AbstractProtocol.RecycledProcessors<P,S>
All Implemented Interfaces:
Serializable, Iterable<Processor<S>>, Collection<Processor<S>>, Queue<Processor<S>>
Enclosing class:
AbstractProtocol

protected static class AbstractProtocol.RecycledProcessors<P extends Processor<S>,S>
extends ConcurrentLinkedQueue<Processor<S>>

See Also:
Serialized Form

Field Summary
protected  AtomicInteger size
           
 
Constructor Summary
AbstractProtocol.RecycledProcessors(AbstractProtocol.AbstractConnectionHandler<S,P> handler)
           
 
Method Summary
 void clear()
           
 boolean offer(Processor<S> processor)
           
 Processor<S> poll()
           
 
Methods inherited from class java.util.concurrent.ConcurrentLinkedQueue
add, contains, isEmpty, iterator, peek, remove, size, toArray, toArray
 
Methods inherited from class java.util.AbstractQueue
addAll, element, remove
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Queue
element, remove
 
Methods inherited from interface java.util.Collection
addAll, containsAll, equals, hashCode, removeAll, retainAll
 

Field Detail

size

protected AtomicInteger size
Constructor Detail

AbstractProtocol.RecycledProcessors

public AbstractProtocol.RecycledProcessors(AbstractProtocol.AbstractConnectionHandler<S,P> handler)
Method Detail

offer

public boolean offer(Processor<S> processor)
Specified by:
offer in interface Queue<Processor<S>>
Overrides:
offer in class ConcurrentLinkedQueue<Processor<S>>

poll

public Processor<S> poll()
Specified by:
poll in interface Queue<Processor<S>>
Overrides:
poll in class ConcurrentLinkedQueue<Processor<S>>

clear

public void clear()
Specified by:
clear in interface Collection<Processor<S>>
Overrides:
clear in class AbstractQueue<Processor<S>>

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.