| Modifier and Type | Method and Description |
|---|---|
ReplyObject |
AccumulatorResource.createAccumulator(AccumulatorPO po)
Creates new accumulator.
|
ReplyObject |
AccumulatorResource.deleteAccumulator(String id)
Removes one accumulator by id.
|
ReplyObject |
AccumulatorResource.getAccumulator(String id)
Returns an accumulator by id.
|
ReplyObject |
AccumulatorResource.getAccumulators()
Returns all accumulators.
|
| Modifier and Type | Method and Description |
|---|---|
ReplyObject |
GaugeResource.getGauges() |
| Modifier and Type | Method and Description |
|---|---|
ReplyObject |
JourneyResource.getJourneyList() |
| Modifier and Type | Method and Description |
|---|---|
ReplyObject |
ProducerResource.getCategories() |
ReplyObject |
ProducerResource.getSubsystems() |
ReplyObject |
ProducerResource.shortList() |
| Modifier and Type | Method and Description |
|---|---|
static ReplyObject |
ReplyObject.error(String message)
Factory method that creates a new erroneous reply object.
|
static ReplyObject |
ReplyObject.success()
Factory method that creates a new reply object for successful request.
|
static ReplyObject |
ReplyObject.success(String name,
Object result)
Factory method that creates a new reply object for successful request.
|
| Modifier and Type | Method and Description |
|---|---|
long |
ReplyObjectWriter.getSize(ReplyObject replyObject,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
ReplyObjectWriter.writeTo(ReplyObject replyObject,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
| Modifier and Type | Method and Description |
|---|---|
ReplyObject |
ThresholdResource.createThreshold(ThresholdPO po) |
ReplyObject |
ThresholdResource.deleteThreshold(String id) |
ReplyObject |
ThresholdResource.getAlerts() |
ReplyObject |
ThresholdResource.getThresholdDefinitions() |
ReplyObject |
ThresholdResource.getThresholds() |
ReplyObject |
ThresholdResource.getThresholdStatuses() |
ReplyObject |
ThresholdResource.getWorstStatus() |
ReplyObject |
ThresholdResource.getWorstStatus(StatusForm statusForm) |
Copyright © 2010-2015 anotheria.net. All Rights Reserved.