org.apache.maven.plugin.surefire.util.internal
Class Java15BlockingQueue

java.lang.Object
  extended by org.apache.maven.plugin.surefire.util.internal.Java15BlockingQueue
All Implemented Interfaces:
BlockingQueue

public class Java15BlockingQueue
extends Object
implements BlockingQueue

Author:
Kristian Rosenvold

Constructor Summary
Java15BlockingQueue()
           
 
Method Summary
 void add(String object)
           
 String take()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Java15BlockingQueue

public Java15BlockingQueue()
Method Detail

add

public void add(String object)
Specified by:
add in interface BlockingQueue

take

public String take()
            throws InterruptedException
Specified by:
take in interface BlockingQueue
Throws:
InterruptedException


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