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

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

public class EventInfo
extends Object

An event as displayed in the console. The console displays the time received, the topic and if available the info. If the info is not available, the properties are displayed instead.


Field Summary
 String category
          The event class.
 String info
          Additional information for this event.
 Map properties
          Properties.
 long received
          The time this event has been received.
 String topic
          The event topic.
 
Constructor Summary
EventInfo(String topic, String info, String category)
           
EventInfo(String topic, String info, String category, Map props)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topic

public final String topic
The event topic.


info

public final String info
Additional information for this event.


received

public final long received
The time this event has been received.


properties

public final Map properties
Properties.


category

public final String category
The event class.

Constructor Detail

EventInfo

public EventInfo(String topic,
                 String info,
                 String category)

EventInfo

public EventInfo(String topic,
                 String info,
                 String category,
                 Map props)


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