org.xwiki.logging
Class LogQueue

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractQueue<E>
          extended by java.util.concurrent.ConcurrentLinkedQueue<LogEvent>
              extended by org.xwiki.logging.LogQueue
All Implemented Interfaces:
Serializable, Iterable<LogEvent>, Collection<LogEvent>, Queue<LogEvent>

public class LogQueue
extends ConcurrentLinkedQueue<LogEvent>

A queue of LogEvents.

Since:
3.2M3
Version:
$Id$
See Also:
Serialized Form

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

Constructor Detail

LogQueue

public LogQueue()


Copyright © 2004-2012 XWiki. All Rights Reserved.