Class LinkedOperationQueueFactory

  • All Implemented Interfaces:
    OperationQueueFactory

    public class LinkedOperationQueueFactory
    extends java.lang.Object
    implements OperationQueueFactory
    OperationQueueFactory that creates LinkedBlockingQueue (unbounded) operation queues.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.BlockingQueue<Operation> create()
      Create an instance of a queue.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinkedOperationQueueFactory

        public LinkedOperationQueueFactory()