|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.rest.impl.JOutputs
public class JOutputs
| Field Summary |
|---|
| Fields inherited from interface org.ow2.jasmine.probe.rest.Outputs |
|---|
RESOURCE_NAME |
| Constructor Summary | |
|---|---|
JOutputs(JasmineProbeManager jpManager)
|
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
changeOutput(OutputBaseType outputDef,
String name)
Process HTTP PUT requests having /output/{name} URI and updated output definition in its body. |
javax.ws.rs.core.Response |
createOutput(OutputBaseType outputDef)
Process HTTP POST requests having /output URI and new output definition in its body. |
javax.ws.rs.core.Response |
deleteOutput(String name)
Process HTTP DELETE requests having /output/{name} URI Corresponds to output-remove name |
javax.ws.rs.core.Response |
getOutput(String name,
javax.ws.rs.core.UriInfo ui)
Process HTTP GET requests having /output/{name} URI Correspond to output-list -n name |
javax.ws.rs.core.Response |
getOutputs(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 JOutputs(JasmineProbeManager jpManager)
| Method Detail |
|---|
public javax.ws.rs.core.Response getOutput(String name,
javax.ws.rs.core.UriInfo ui)
Outputs
getOutput in interface Outputsname - output name
public javax.ws.rs.core.Response getOutputs(String type,
boolean verbose,
javax.ws.rs.core.UriInfo ui)
Outputs
getOutputs in interface Outputspublic javax.ws.rs.core.Response createOutput(OutputBaseType outputDef)
Outputs
createOutput in interface OutputsoutputDef - new output's definition
public javax.ws.rs.core.Response changeOutput(OutputBaseType outputDef,
String name)
Outputs
changeOutput in interface OutputsoutputDef - updated output definition
public javax.ws.rs.core.Response deleteOutput(String name)
Outputs
deleteOutput in interface Outputsname - the name of the output to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||