org.apache.felix.webconsole.plugins.event.internal
Class EventCollector

java.lang.Object
  extended by org.apache.felix.webconsole.plugins.event.internal.EventCollector

public class EventCollector
extends Object

This class collects events


Constructor Summary
EventCollector(Dictionary props)
           
 
Method Summary
 void add(EventInfo info)
           
 void clear()
           
 List getEvents()
          Return a copy of the current event list
 long getStartTime()
           
 void updateConfiguration(Dictionary props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventCollector

public EventCollector(Dictionary props)
Method Detail

add

public void add(EventInfo info)

clear

public void clear()

getEvents

public List getEvents()
Return a copy of the current event list


updateConfiguration

public void updateConfiguration(Dictionary props)

getStartTime

public long getStartTime()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.