|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.reporting.availability.AvailabilityData
public class AvailabilityData
AvailabilityData collects all the outages for all node/ip/service combination and stores it appropriately in the m_nodes structure.
| Constructor Summary | |
|---|---|
AvailabilityData()
|
|
| Method Summary | |
|---|---|
void |
fillReport(String categoryName,
Report report,
String format,
String monthFormat,
Date periodEndDate)
fillReport |
void |
fillReport(String categoryName,
Report report,
String format,
String monthFormat,
String startMonth,
String startDate,
String startYear)
fillReport |
List<Node> |
getNodes()
Returns the nodes. |
TreeMap<Double,List<String>> |
getPercentNode()
Returns percent/node combinations for the last month. |
void |
setAvailabilityDataService(AvailabilityDataService availabilityDataService)
setAvailabilityDataService |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AvailabilityData()
| Method Detail |
|---|
public void fillReport(String categoryName,
Report report,
String format,
String monthFormat,
String startMonth,
String startDate,
String startYear)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException,
Exception
fillReport
categoryName - a String object.report - a Report object.format - a String object.monthFormat - a String object.startMonth - a String object.startDate - a String object.startYear - a String object.
IOException - if any.
org.exolab.castor.xml.MarshalException - if any.
org.exolab.castor.xml.ValidationException - if any.
Exception - if any.
public void fillReport(String categoryName,
Report report,
String format,
String monthFormat,
Date periodEndDate)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException,
Exception
fillReport
categoryName - a String object.report - a Report object.format - a String object.monthFormat - a String object.periodEndDate - a Date object.
IOException - if any.
org.exolab.castor.xml.MarshalException - if any.
org.exolab.castor.xml.ValidationException - if any.
Exception - if any.public List<Node> getNodes()
List object.public TreeMap<Double,List<String>> getPercentNode()
TreeMap object.public void setAvailabilityDataService(AvailabilityDataService availabilityDataService)
setAvailabilityDataService
availabilityDataService - a AvailabilityDataService object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||