|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PollOutagesConfig
| Method Summary | |
|---|---|
boolean |
isCurTimeInOutage(String outName)
Return if current time is part of specified outage. |
boolean |
isInterfaceInOutage(String linterface,
String outName)
Return if interfaces is part of specified outage. |
boolean |
isNodeIdInOutage(long lnodeid,
String outName)
Return if the node represented by the nodeid is part of specified outage. |
boolean |
isTimeInOutage(long time,
String outName)
Return if time is part of specified outage. |
void |
update()
|
| Method Detail |
|---|
boolean isNodeIdInOutage(long lnodeid,
String outName)
lnodeid - the nodeid to be checkedoutName - the outage name
boolean isInterfaceInOutage(String linterface,
String outName)
linterface - the interface to be looked upoutName - the outage name
boolean isCurTimeInOutage(String outName)
outName - the outage name
boolean isTimeInOutage(long time,
String outName)
time - the time in millis to look upoutName - the outage name
void update()
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||