org.apache.maven.surefire.util.internal
Class Java13BlockingQueue

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

public class Java13BlockingQueue
extends Object
implements BlockingQueue

Author:
Kristian Rosenvold

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

Constructor Detail

Java13BlockingQueue

public Java13BlockingQueue()
Method Detail

add

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

take

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


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