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