|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.rest.impl.JIndicators
public class JIndicators
| Field Summary |
|---|
| Fields inherited from interface org.ow2.jasmine.probe.rest.Indicators |
|---|
RESOURCE_NAME |
| Constructor Summary | |
|---|---|
JIndicators(org.ow2.jasmine.probe.JasmineProbeManager jpManager)
|
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
changeIndicator(org.ow2.jasmine.probe.api.generated.IndicatorBaseType indicatorDef,
String name)
Process HTTP PUT requests having /indicator/{name} URI and new indicator definition in its body. |
javax.ws.rs.core.Response |
createIndicator(org.ow2.jasmine.probe.api.generated.IndicatorBaseType indicatorDef)
Process HTTP POST requests having /indicator URI and new indicator definition in its body. |
javax.ws.rs.core.Response |
deleteIndicator(String name)
Process HTTP DELETE requests having /indicator/{name} URI Corresponds to indicator-remove name |
javax.ws.rs.core.Response |
getIndicator(String name,
javax.ws.rs.core.UriInfo ui)
Process HTTP GET requests having /indicator/{name} URI Correspond to indicator-list -n name |
javax.ws.rs.core.Response |
getIndicators(String type,
boolean verbose,
javax.ws.rs.core.UriInfo ui)
Process HTTP GET requests. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JIndicators(org.ow2.jasmine.probe.JasmineProbeManager jpManager)
| Method Detail |
|---|
public javax.ws.rs.core.Response getIndicators(String type,
boolean verbose,
javax.ws.rs.core.UriInfo ui)
getIndicators in interface Indicators
public javax.ws.rs.core.Response getIndicator(String name,
javax.ws.rs.core.UriInfo ui)
getIndicator in interface Indicatorsname - indicator nametype -
public javax.ws.rs.core.Response createIndicator(org.ow2.jasmine.probe.api.generated.IndicatorBaseType indicatorDef)
Indicators
createIndicator in interface IndicatorsindicatorDef - new indicator definition
public javax.ws.rs.core.Response changeIndicator(org.ow2.jasmine.probe.api.generated.IndicatorBaseType indicatorDef,
String name)
Indicators
changeIndicator in interface IndicatorsindicatorDef - updated indicator definitionname - indicator name
public javax.ws.rs.core.Response deleteIndicator(String name)
Indicators
deleteIndicator in interface Indicatorsname - the name of the indicator to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||