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