public class FIFOMessageQueue<K,V>
extends java.lang.Object
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-2008 Bela Ban. All Rights Reserved.