@Deprecated
public class FIFOMessageQueue<K,V>
extends java.lang.Object
Constructor and Description |
---|
FIFOMessageQueue()
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.