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