|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.poller.pollables.PollEvent
public abstract class PollEvent
Abstract PollEvent class.
| Constructor Summary | |
|---|---|
protected |
PollEvent(Scope scope)
Constructor for PollEvent. |
| Method Summary | |
|---|---|
abstract Date |
getDate()
getDate |
abstract int |
getEventId()
getEventId |
Scope |
getScope()
getScope |
boolean |
hasLargerScopeThan(PollEvent e)
hasLargerScopeThan |
boolean |
hasSameScope(PollEvent e)
hasSameScope |
boolean |
hasScopeLargerThan(Scope scope)
hasScopeLargerThan |
boolean |
hasScopeSmallerThan(Scope scope)
hasScopeSmallerThan |
boolean |
hasSmallerScopeThan(PollEvent e)
hasSmallerScopeThan |
boolean |
isInterfaceDown()
isInterfaceDown |
boolean |
isNodeDown()
isNodeDown |
boolean |
isNodeLostService()
isNodeLostService |
static PollEvent |
withLargestScope(PollEvent a,
PollEvent b)
withLargestScope |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PollEvent(Scope scope)
Constructor for PollEvent.
scope - a Scope object.| Method Detail |
|---|
public Scope getScope()
getScope
Scope object.public abstract int getEventId()
getEventId
public abstract Date getDate()
getDate
Date object.public boolean isNodeDown()
isNodeDown
public boolean isInterfaceDown()
isInterfaceDown
public boolean isNodeLostService()
isNodeLostService
public boolean hasLargerScopeThan(PollEvent e)
hasLargerScopeThan
e - a PollEvent object.
public boolean hasSmallerScopeThan(PollEvent e)
hasSmallerScopeThan
e - a PollEvent object.
public boolean hasScopeLargerThan(Scope scope)
hasScopeLargerThan
scope - a Scope object.
public boolean hasScopeSmallerThan(Scope scope)
hasScopeSmallerThan
scope - a Scope object.
public boolean hasSameScope(PollEvent e)
hasSameScope
e - a PollEvent object.
public static PollEvent withLargestScope(PollEvent a,
PollEvent b)
withLargestScope
a - a PollEvent object.b - a PollEvent object.
PollEvent object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||