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