com.sun.grizzly.util
Class ConcurrentLinkedQueuePool<E>
java.lang.Object
com.sun.grizzly.util.ConcurrentLinkedQueuePool<E>
- All Implemented Interfaces:
- ObjectPool<E>
public abstract class ConcurrentLinkedQueuePool<E>
- extends Object
- implements ObjectPool<E>
ObjectPool
- Author:
- Alexey Stashok
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcurrentLinkedQueuePool
public ConcurrentLinkedQueuePool()
newInstance
public abstract E newInstance()
poll
public E poll()
- Specified by:
poll
in interface ObjectPool<E>
offer
public void offer(E object)
- Specified by:
offer
in interface ObjectPool<E>
Copyright © 2012 Oracle Corporation. All Rights Reserved.