|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.reporting.availability.svclayer.LegacyAvailabilityDataService
public class LegacyAvailabilityDataService
LegacyAvailabilityDataService class.
| Constructor Summary | |
|---|---|
LegacyAvailabilityDataService()
Constructor for LegacyAvailabilityDataService. |
|
| Method Summary | |
|---|---|
void |
addNode(String nodeName,
int nodeid,
String ipaddr,
String serviceid,
long losttime,
long regainedtime)
This method adds a unique tuple to the list of nodes m_nodes. |
List<Node> |
getNodes(Category category,
long startTime,
long endTime)
getNodes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LegacyAvailabilityDataService()
Constructor for LegacyAvailabilityDataService.
| Method Detail |
|---|
public List<Node> getNodes(Category category,
long startTime,
long endTime)
throws AvailabilityDataServiceException
getNodes
getNodes in interface AvailabilityDataServicecategory - a Category object.startTime - a long.endTime - a long.
List object.
AvailabilityDataServiceException - if any.
public void addNode(String nodeName,
int nodeid,
String ipaddr,
String serviceid,
long losttime,
long regainedtime)
nodeName - a String object.nodeid - a int.ipaddr - a String object.serviceid - a String object.losttime - a long.regainedtime - a long.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||