|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.webconsole.plugins.event.internal.EventInfo
public class EventInfo
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 |
---|
public final String topic
public final String info
public final long received
public final Map properties
public final String category
Constructor Detail |
---|
public EventInfo(String topic, String info, String category)
public EventInfo(String topic, String info, String category, Map props)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |