@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
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 © 2014 JBoss, a division of Red Hat. All rights reserved.