org.opennms.bb.eui.operator.utils.datablocks
Class EventHeader
java.lang.Object
|
+--org.opennms.bb.eui.operator.utils.datablocks.EventHeader
- public class EventHeader
- extends Object
EventHeader holds data from the block in the incoming
event stream
- Author:
- Sowmya, OpenNMS.org
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
m_ver
public String m_ver
- the dtd version used
m_dpName
public String m_dpName
- the distributed poller sending the events
m_createdTime
public Date m_createdTime
- the creation date of this event stream
m_mstation
public String m_mstation
- master station associated with the poller sending the event
EventHeader
public EventHeader(String ver,
String dpName,
Date created,
String mstation)
- Constructs a EventHeader object
toString
public String toString()
- Overrides:
toString
in class Object