@Deprecated public class FIFOMessageQueue<K,V> extends Object
| Constructor and Description |
|---|
FIFOMessageQueue()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
done(Address sender,
K dest)
Deprecated.
|
V |
poll(long timeout)
Deprecated.
|
void |
put(Address sender,
K dest,
V el)
Deprecated.
|
int |
size()
Deprecated.
|
V |
take()
Deprecated.
|
String |
toString()
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 © 2015 JBoss, a division of Red Hat. All rights reserved.