|
||||||||||
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 | |
---|---|
java.lang.String |
category
The event class. |
java.lang.String |
info
Additional information for this event. |
java.util.Map |
properties
Properties. |
long |
received
The time this event has been received. |
java.lang.String |
topic
The event topic. |
Constructor Summary | |
---|---|
EventInfo(java.lang.String topic,
java.lang.String info,
java.lang.String category)
|
|
EventInfo(java.lang.String topic,
java.lang.String info,
java.lang.String category,
java.util.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 java.lang.String topic
public final java.lang.String info
public final long received
public final java.util.Map properties
public final java.lang.String category
Constructor Detail |
---|
public EventInfo(java.lang.String topic, java.lang.String info, java.lang.String category)
public EventInfo(java.lang.String topic, java.lang.String info, java.lang.String category, java.util.Map props)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |