public interface BlockingQueue
void
add(String object)
String
take()
void add(String object)
String take() throws InterruptedException
InterruptedException
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.