org.apache.commons.pipeline.util
Class BlockingQueueFactory.DelayQueueFactoryL<T extends Delayed>
java.lang.Object
org.apache.commons.pipeline.util.QueueFactory.AbstractQueueFactory<T>
org.apache.commons.pipeline.util.BlockingQueueFactory.DelayQueueFactoryL<T>
- All Implemented Interfaces:
- BlockingQueueFactory<T>, QueueFactory<T>
- Enclosing interface:
- BlockingQueueFactory<T>
public static class BlockingQueueFactory.DelayQueueFactoryL<T extends Delayed>
- extends QueueFactory.AbstractQueueFactory<T>
- implements BlockingQueueFactory<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockingQueueFactory.DelayQueueFactoryL
public BlockingQueueFactory.DelayQueueFactoryL()
createQueue
public DelayQueue<T> createQueue()
- Description copied from interface:
QueueFactory
- Create a new queue.
- Specified by:
createQueue
in interface BlockingQueueFactory<T extends Delayed>
- Specified by:
createQueue
in interface QueueFactory<T extends Delayed>
Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.