| Methods in org.rhq.enterprise.server.measurement that throw BaselineCreationException |
MeasurementBaseline |
MeasurementBaselineManagerLocal.calculateAutoBaseline(Subject subject,
Integer measurementScheduleId,
long startDate,
long endDate,
boolean save)
Calculate a baseline value for the given metric based on the specified date range, optionally setting the
metric's baseline to the calculated value. |
MeasurementBaseline |
MeasurementBaselineManagerBean.calculateAutoBaseline(Subject subject,
Integer measurementScheduleId,
long startDate,
long endDate,
boolean save)
|
MeasurementBaseline |
MeasurementBaselineManagerLocal.calculateAutoBaseline(Subject subject,
int groupId,
int definitionId,
long startDate,
long endDate,
boolean save)
|
MeasurementBaseline |
MeasurementBaselineManagerBean.calculateAutoBaseline(Subject subject,
int groupId,
int definitionId,
long startDate,
long endDate,
boolean save)
|
MeasurementBaseline |
MeasurementBaselineManagerBean.calculateBaseline(int groupId,
int definitionId,
boolean userEntered,
long startDate,
long endDate,
boolean save)
|