pl.edu.pw.elka.pszt.inteligraph.events
Class EventsBlockingQueue

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractQueue<E>
          extended by java.util.concurrent.LinkedBlockingQueue<Event>
              extended by pl.edu.pw.elka.pszt.inteligraph.events.EventsBlockingQueue
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<Event>, java.util.Collection<Event>, java.util.concurrent.BlockingQueue<Event>, java.util.Queue<Event>

public class EventsBlockingQueue
extends java.util.concurrent.LinkedBlockingQueue<Event>

See Also:
Serialized Form

Constructor Summary
EventsBlockingQueue()
           
 
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

EventsBlockingQueue

public EventsBlockingQueue()