|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.poller.pollables.PollEvent
org.opennms.netmgt.poller.pollables.DbPollEvent
public class DbPollEvent
Represents a DbPollEvent
| Constructor Summary | |
|---|---|
DbPollEvent(int eventId,
String uei,
Date date)
Constructor for DbPollEvent. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
boolean |
equals(PollEvent e)
equals |
Date |
getDate()
getDate |
int |
getEventId()
getEventId |
int |
hashCode()
hashCode |
String |
toString()
toString |
| Methods inherited from class org.opennms.netmgt.poller.pollables.PollEvent |
|---|
getScope, hasLargerScopeThan, hasSameScope, hasScopeLargerThan, hasScopeSmallerThan, hasSmallerScopeThan, isInterfaceDown, isNodeDown, isNodeLostService, withLargestScope |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DbPollEvent(int eventId,
String uei,
Date date)
Constructor for DbPollEvent.
eventId - a int.uei - a String object.date - a Date object.| Method Detail |
|---|
public int getEventId()
getEventId
getEventId in class PollEventpublic Date getDate()
getDate
getDate in class PollEventDate object.public int hashCode()
hashCode
hashCode in class Objectpublic boolean equals(PollEvent e)
equals
e - a PollEvent object.
public boolean equals(Object o)
equals in class Objectpublic String toString()
toString
toString in class ObjectString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||