org.apache.maven.plugin.surefire.util.internal
Interface BlockingQueue

All Known Implementing Classes:
Java15BlockingQueue

public interface BlockingQueue

A very simple blocking queue that might have stricter constraints than the standard jdk1.5 blockingqueues.

Author:
Kristian Rosenvold

Method Summary
 void add(String object)
           
 String take()
           
 

Method Detail

add

void add(String object)

take

String take()
            throws InterruptedException
Throws:
InterruptedException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.