| Package | Description |
|---|---|
| org.rhq.enterprise.server.rest |
| Modifier and Type | Method and Description |
|---|---|
protected MetricSchedule |
AbstractRestBean.getMetricScheduleInternal(javax.ws.rs.core.UriInfo uriInfo,
org.rhq.core.domain.measurement.MeasurementSchedule schedule,
org.rhq.core.domain.measurement.MeasurementDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricHandlerBean.submitDefinitionChange(int definitionId,
MetricSchedule in,
boolean updateExisting)
This method does the real updating, it is not exposed to the REST-clients, but must be public so that #updateDefinition can
call it and the container does an asynchronous request.
|
javax.ws.rs.core.Response |
MetricHandlerBean.updateDefinition(int definitionId,
MetricSchedule in,
boolean updateExisting,
javax.ws.rs.core.HttpHeaders headers) |
javax.ws.rs.core.Response |
MetricHandlerBean.updateSchedule(int scheduleId,
MetricSchedule in,
javax.ws.rs.core.HttpHeaders headers) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.