org.testng.internal.remote
Class SocketLinkedBlockingQueue

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractQueue<E>
          extended by java.util.concurrent.LinkedBlockingQueue<java.net.Socket>
              extended by org.testng.internal.remote.SocketLinkedBlockingQueue
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.net.Socket>, java.util.Collection<java.net.Socket>, java.util.concurrent.BlockingQueue<java.net.Socket>, java.util.Queue<java.net.Socket>

public class SocketLinkedBlockingQueue
extends java.util.concurrent.LinkedBlockingQueue<java.net.Socket>

SocketLinkedBlockingQueue is a wrapper on LinkedBlockingQueue so we may factor out code common to JDK14 and JDK5+ using different implementation of LinkedBlockingQueue

Since:
5.2
Author:
cquezel
See Also:
Serialized Form

Constructor Summary
SocketLinkedBlockingQueue()
           
 
Method Summary
 
Methods inherited from class java.util.concurrent.LinkedBlockingQueue
clear, drainTo, drainTo, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, size, take, toArray, toArray, toString
 
Methods inherited from class java.util.AbstractQueue
add, addAll, element, remove
 
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, removeAll, retainAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.concurrent.BlockingQueue
add, contains
 
Methods inherited from interface java.util.Queue
element, remove
 
Methods inherited from interface java.util.Collection
addAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll
 

Constructor Detail

SocketLinkedBlockingQueue

public SocketLinkedBlockingQueue()


Copyright © 2010. All Rights Reserved.