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

Field Summary
 Date m_createdTime
          the creation date of this event stream
 String m_dpName
          the distributed poller sending the events
 String m_mstation
          master station associated with the poller sending the event
 String m_ver
          the dtd version used
 
Constructor Summary
EventHeader(String ver, String dpName, Date created, String mstation)
          Constructs a EventHeader object
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

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
Constructor Detail

EventHeader

public EventHeader(String ver,
                   String dpName,
                   Date created,
                   String mstation)
Constructs a EventHeader object
Method Detail

toString

public String toString()
Overrides:
toString in class Object