@Deprecated
public class FIFOMessageQueue<K,V>
extends java.lang.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.
|
java.lang.String |
toString()
Deprecated.
|
public V take() throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic V poll(long timeout) throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void put(Address sender, K dest, V el) throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic int size()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright ? 1998-2009 Bela Ban / Red Hat. All Rights Reserved.