|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
double |
getAverageAvailability()
Returns the average amount of time that the Host/HostGroup/Service has been unavailable. |
java.util.Collection |
getDataPoints()
Provides access to the datapoints that were used in calculating the trend |
int |
getTrend()
Returns the calculated trend. |
void |
initialize(java.util.Collection points)
Initializes this object. |
Method Detail |
public java.util.Collection getDataPoints()
public int getTrend()
public double getAverageAvailability()
public void initialize(java.util.Collection points) throws CollageTrendInsufficientDataPointsException, CollageTrendUnsupportedDataPointObject
points
- The collection data points to be used in the average and
trend calculation.
CollageTrendInsufficientDataPointsException
CollageTrendUnsupportedDataPointObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |