|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<LogEvent>
de.infinityloop.util.log.LogEventCollector
de.infinityloop.util.log.LogEventAggregator
public class LogEventAggregator
A Log Event broker that collects messages from several different log sources and to which listeners can subscribe as a single point of log event source.
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
LogEventAggregator()
|
|
| Method Summary | |
|---|---|
boolean |
receiveLogEvent(LogEvent le)
This overrides our superclass behaviour in that we do not store events! |
| Methods inherited from class de.infinityloop.util.log.LogEventCollector |
|---|
addedTo, addLogListener, broadcast, clear, countType, equals, extractSignificantEntries, extractSignificantEntries, getAsString, getCode, getEmbeddedException, getEntriesByType, getEntryByCode, getFilter, getLogEvent, getMessage, getNotifications, getParameters, hashCode, removeAllSubscribers, removedFrom, removeLogListener, setFilter, setLevel, toString, unregisterFromAll |
| Methods inherited from class java.util.ArrayList |
|---|
add, add, addAll, addAll, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, iterator, listIterator, listIterator, removeAll, retainAll, subList |
| Constructor Detail |
|---|
public LogEventAggregator()
f - | Method Detail |
|---|
public boolean receiveLogEvent(LogEvent le)
receiveLogEvent in interface LogListenerreceiveLogEvent in class LogEventCollectorle -
LogEventCollector.receiveLogEvent(de.infinityloop.util.log.LogEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||