Class DbPollEvent
- java.lang.Object
-
- org.opennms.netmgt.poller.pollables.PollEvent
-
- org.opennms.netmgt.poller.pollables.DbPollEvent
-
public class DbPollEvent extends PollEvent
Represents a DbPollEvent- Version:
- $Id: $
- Author:
- Mathew Brozowski
-
-
Constructor Summary
Constructors Constructor Description DbPollEvent(int eventId, String uei, Date date)Constructor for DbPollEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)booleanequals(PollEvent e)equalsDategetDate()getDateintgetEventId()getEventIdinthashCode()hashCodeStringtoString()toString-
Methods inherited from class org.opennms.netmgt.poller.pollables.PollEvent
getScope, hasLargerScopeThan, hasSameScope, hasScopeLargerThan, hasScopeSmallerThan, hasSmallerScopeThan, isInterfaceDown, isNodeDown, isNodeLostService, withLargestScope
-
-
-
-
Method Detail
-
getEventId
public int getEventId()
getEventId
- Specified by:
getEventIdin classPollEvent- Returns:
- a int.
-
getDate
public Date getDate()
getDate
-
equals
public boolean equals(PollEvent e)
equals
- Parameters:
e- aPollEventobject.- Returns:
- a boolean.
-
-