com.hazelcast.util
Class ResponseQueueFactory

java.lang.Object
  extended by com.hazelcast.util.ResponseQueueFactory

public final class ResponseQueueFactory
extends Object

Factory for creating response queues.

See LockBasedResponseQueue.


Method Summary
static BlockingQueue newResponseQueue()
          Creates new response queue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newResponseQueue

public static BlockingQueue newResponseQueue()
Creates new response queue

Returns:
LockBasedResponseQueue new created response queue


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.