@Deprecated public class FIFOMessageQueue<K,V> extends Object
Constructor and Description |
---|
FIFOMessageQueue()
Deprecated.
|
public V take() throws InterruptedException
InterruptedException
public V poll(long timeout) throws InterruptedException
InterruptedException
public void put(Address sender, K dest, V el) throws InterruptedException
InterruptedException
public int size()
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.