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