C D E G I J L O P R S T

C

changeIndicator(IndicatorBaseType, String) - Method in class org.ow2.jasmine.probe.rest.impl.JIndicators
 
changeIndicator(IndicatorBaseType, String) - Method in interface org.ow2.jasmine.probe.rest.Indicators
Process HTTP PUT requests having /indicator/{name} URI and new indicator definition in its body.
changeOutput(OutputBaseType, String) - Method in class org.ow2.jasmine.probe.rest.impl.JOutputs
 
changeOutput(OutputBaseType, String) - Method in interface org.ow2.jasmine.probe.rest.Outputs
Process HTTP PUT requests having /output/{name} URI and updated output definition in its body.
changeProbe(ProbeConfType, String) - Method in class org.ow2.jasmine.probe.rest.impl.JProbes
PUT http://host:port/jprobe/probe/{probeId} Change a probe
changeProbe(ProbeConfType, String) - Method in interface org.ow2.jasmine.probe.rest.Probes
Process HTTP PUT requests having /probe/{id} URI and updated probe configuration in its body.
changeProbePeriod(String, String) - Method in class org.ow2.jasmine.probe.rest.impl.JProbes
 
changeProbePeriod(String, String) - Method in interface org.ow2.jasmine.probe.rest.Probes
Process HTTP PUT requests having /probe/{id}/period allowing to change a probe's period
composeName(JasmineIndicatorValue, String) - Method in class org.ow2.jasmine.probe.rest.impl.JTask
Compose name of value as in JOuter !! ***** TODO move this code to a common module ****
createIndicator(IndicatorBaseType) - Method in class org.ow2.jasmine.probe.rest.impl.JIndicators
 
createIndicator(IndicatorBaseType) - Method in interface org.ow2.jasmine.probe.rest.Indicators
Process HTTP POST requests having /indicator URI and new indicator definition in its body.
createOutput(OutputBaseType) - Method in class org.ow2.jasmine.probe.rest.impl.JOutputs
 
createOutput(OutputBaseType) - Method in interface org.ow2.jasmine.probe.rest.Outputs
Process HTTP POST requests having /output URI and new output definition in its body.
createProbe(ProbeType) - Method in class org.ow2.jasmine.probe.rest.impl.JProbes
POST http://host:port/jprobe/probe Create a new probe - corresponds to probe-create command.
createProbe(ProbeType) - Method in interface org.ow2.jasmine.probe.rest.Probes
Process HTTP POST requests having /probe URI and new probe definition in its body.
createTarget(TargetBaseType) - Method in class org.ow2.jasmine.probe.rest.impl.JTargets
 
createTarget(TargetBaseType) - Method in interface org.ow2.jasmine.probe.rest.Targets
Process HTTP POST requests having /target URI and new target definition in its body.
createTask(String) - Method in class org.ow2.jasmine.probe.rest.impl.JTasksManager
Create a data task for a probe.
createTask(String) - Method in interface org.ow2.jasmine.probe.rest.TasksManager
Create a data task for a probe.

D

DataTasks - Interface in org.ow2.jasmine.probe.rest
Root resource class for data tasks management.
deleteDataTask(String) - Method in class org.ow2.jasmine.probe.rest.impl.JProbes
 
deleteDataTask(String) - Method in interface org.ow2.jasmine.probe.rest.Probes
Process HTTP DELETE requests having /probe/{id}/data URI Removes the data task created for the probe
deleteIndicator(String) - Method in class org.ow2.jasmine.probe.rest.impl.JIndicators
 
deleteIndicator(String) - Method in interface org.ow2.jasmine.probe.rest.Indicators
Process HTTP DELETE requests having /indicator/{name} URI Corresponds to indicator-remove name
deleteOutput(String) - Method in class org.ow2.jasmine.probe.rest.impl.JOutputs
 
deleteOutput(String) - Method in interface org.ow2.jasmine.probe.rest.Outputs
Process HTTP DELETE requests having /output/{name} URI Corresponds to output-remove name
deleteProbe(String) - Method in class org.ow2.jasmine.probe.rest.impl.JProbes
 
deleteProbe(String) - Method in interface org.ow2.jasmine.probe.rest.Probes
Process HTTP DELETE requests having /probe/{id} URI Corresponds to probe-remove id
deleteTarget(String) - Method in class org.ow2.jasmine.probe.rest.impl.JTargets
 
deleteTarget(String) - Method in interface org.ow2.jasmine.probe.rest.Targets
Process HTTP DELETE requests having /target/{name} URI Corresponds to target-remove name

E

errorResponse(JasmineProbeException, Response.Status) - Static method in class org.ow2.jasmine.probe.rest.impl.RestUtil
 

G

getClasses() - Method in class org.ow2.jasmine.probe.rest.impl.JPRSApplication
 
getData(String) - Method in interface org.ow2.jasmine.probe.rest.DataTasks
Process HTTP GET requests having /data/{id} URI
getData(String) - Method in class org.ow2.jasmine.probe.rest.impl.JDataTasks
 
getData(String) - Method in class org.ow2.jasmine.probe.rest.impl.JTasks
 
getData(String) - Method in interface org.ow2.jasmine.probe.rest.Tasks
Process HTTP GET requests having /task/{id} URI
getDataTask(String, UriInfo) - Method in class org.ow2.jasmine.probe.rest.impl.JProbes
 
getDataTask(String, UriInfo) - Method in interface org.ow2.jasmine.probe.rest.Probes
Process HTTP POST requests having /probe/{id}/data URI Creates a data task for this probe allowing to get collected results from this task.
getDataTasks(UriInfo) - Method in interface org.ow2.jasmine.probe.rest.DataTasks
Process HTTP GET requests having /data URI It lists all data tasks.
getDataTasks(UriInfo) - Method in class org.ow2.jasmine.probe.rest.impl.JDataTasks
 
getIndicator(String, UriInfo) - Method in class org.ow2.jasmine.probe.rest.impl.JIndicators
Process HTTP GET requests having /indicator/{name} URI Correspond to indicator-list -n name
getIndicator(String, UriInfo) - Method in interface org.ow2.jasmine.probe.rest.Indicators
Process HTTP GET requests having /indicator/{name} URI Correspond to indicator-list -n name
getIndicators(String, boolean, UriInfo) - Method in class org.ow2.jasmine.probe.rest.impl.JIndicators
Process HTTP GET requests.
getIndicators(String, boolean, UriInfo) - Method in interface org.ow2.jasmine.probe.rest.Indicators
Process HTTP GET requests.
getIndicatorTypeInfo(String) - Method in class org.ow2.jasmine.probe.rest.impl.JIndicatorTypes
 
getIndicatorTypeInfo(String) - Method in interface org.ow2.jasmine.probe.rest.IndicatorTypes
Process HTTP GET with URI /indicatorType/{type}/info
getIndicatorTypeProps(String) - Method in class org.ow2.jasmine.probe.rest.impl.JIndicatorTypes
 
getIndicatorTypeProps(String) - Method in interface org.ow2.jasmine.probe.rest.IndicatorTypes
Process HTTP GET with URI /indicatorType/{type}/props
getIndicatorTypes() - Method in class org.ow2.jasmine.probe.rest.impl.JIndicatorTypes
 
getIndicatorTypes() - Method in interface org.ow2.jasmine.probe.rest.IndicatorTypes
Process HTTP GET with URI /indicatorType
getLastResult() - Method in class org.ow2.jasmine.probe.rest.impl.JTask
Used by the JTasks singleton to get data in XML format.
getOutput(String, UriInfo) - Method in class org.ow2.jasmine.probe.rest.impl.JOutputs
 
getOutput(String, UriInfo) - Method in interface org.ow2.jasmine.probe.rest.Outputs
Process HTTP GET requests having /output/{name} URI Correspond to output-list -n name
getOutputs(String, boolean, UriInfo) - Method in class org.ow2.jasmine.probe.rest.impl.JOutputs
 
getOutputs(String, boolean, UriInfo) - Method in interface org.ow2.jasmine.probe.rest.Outputs
Process HTTP GET requests.
getOutputTypeProps(String) - Method in class org.ow2.jasmine.probe.rest.impl.JOutputTypes
 
getOutputTypeProps(String) - Method in interface org.ow2.jasmine.probe.rest.OutputTypes
Process HTTP GET with URI /outputType/{type}/props
getOutputTypes() - Method in class org.ow2.jasmine.probe.rest.impl.JOutputTypes
 
getOutputTypes() - Method in interface org.ow2.jasmine.probe.rest.OutputTypes
Process HTTP GET with URI /outputType
getProbe(String, UriInfo) - Method in class org.ow2.jasmine.probe.rest.impl.JProbes
 
getProbe(String, UriInfo) - Method in interface org.ow2.jasmine.probe.rest.Probes
Process HTTP GET requests having /probe/{id} URI Corresponds to probe-list -n id
getProbes(UriInfo) - Method in class org.ow2.jasmine.probe.rest.impl.JProbes
 
getProbes(UriInfo) - Method in interface org.ow2.jasmine.probe.rest.Probes
Process HTTP GET requests having /probe URI Corresponds to probe-list command
getSingletons() - Method in class org.ow2.jasmine.probe.rest.impl.JPRSApplication
Register resource implementation classes.
getTarget(String, UriInfo) - Method in class org.ow2.jasmine.probe.rest.impl.JTargets
 
getTarget(String, UriInfo) - Method in interface org.ow2.jasmine.probe.rest.Targets
Process HTTP GET requests having /target/{name} URI Correspond to target-list -n name
getTargets(boolean, UriInfo) - Method in class org.ow2.jasmine.probe.rest.impl.JTargets
 
getTargets(boolean, UriInfo) - Method in interface org.ow2.jasmine.probe.rest.Targets
Process HTTP GET requests.
getTask(String) - Method in class org.ow2.jasmine.probe.rest.impl.JTasksManager
Get a task object
getTask(String) - Method in interface org.ow2.jasmine.probe.rest.TasksManager
Get a task object
getTaskId() - Method in class org.ow2.jasmine.probe.rest.impl.JTask
 
getTaskId() - Method in interface org.ow2.jasmine.probe.rest.Task
 
getTasks(UriInfo) - Method in class org.ow2.jasmine.probe.rest.impl.JTasks
 
getTasks() - Method in class org.ow2.jasmine.probe.rest.impl.JTasksManager
 
getTasks(UriInfo) - Method in interface org.ow2.jasmine.probe.rest.Tasks
Process HTTP GET requests having /task URI It lists all tasks.
getTasks() - Method in interface org.ow2.jasmine.probe.rest.TasksManager
 

I

Indicators - Interface in org.ow2.jasmine.probe.rest
Root resource class for indicators management.
IndicatorTypes - Interface in org.ow2.jasmine.probe.rest
Root resource class for indicator types management.

J

JDataTasks - Class in org.ow2.jasmine.probe.rest.impl
 
JDataTasks(TasksManager) - Constructor for class org.ow2.jasmine.probe.rest.impl.JDataTasks
 
JIndicators - Class in org.ow2.jasmine.probe.rest.impl
 
JIndicators(JasmineProbeManager) - Constructor for class org.ow2.jasmine.probe.rest.impl.JIndicators
 
JIndicatorTypes - Class in org.ow2.jasmine.probe.rest.impl
 
JIndicatorTypes(JasmineProbeManager) - Constructor for class org.ow2.jasmine.probe.rest.impl.JIndicatorTypes
 
JOutputs - Class in org.ow2.jasmine.probe.rest.impl
 
JOutputs(JasmineProbeManager) - Constructor for class org.ow2.jasmine.probe.rest.impl.JOutputs
 
JOutputTypes - Class in org.ow2.jasmine.probe.rest.impl
 
JOutputTypes(JasmineProbeManager) - Constructor for class org.ow2.jasmine.probe.rest.impl.JOutputTypes
 
JProbes - Class in org.ow2.jasmine.probe.rest.impl
Implements REST API for probes management : org.ow2.jasmine.probe.rest.Probes
JProbes(JasmineProbeManager, TasksManager) - Constructor for class org.ow2.jasmine.probe.rest.impl.JProbes
 
JPRSApplication - Class in org.ow2.jasmine.probe.rest.impl
REST application that implements REST service for JasmineProbe.
JPRSApplication() - Constructor for class org.ow2.jasmine.probe.rest.impl.JPRSApplication
 
JTargets - Class in org.ow2.jasmine.probe.rest.impl
 
JTargets(JasmineProbeManager) - Constructor for class org.ow2.jasmine.probe.rest.impl.JTargets
 
JTask - Class in org.ow2.jasmine.probe.rest.impl
Task objects are used to keep data collected by probes (JasmineProbeResult) and transform this data into XML format.
JTask(String, String) - Constructor for class org.ow2.jasmine.probe.rest.impl.JTask
 
JTasks - Class in org.ow2.jasmine.probe.rest.impl
 
JTasks(TasksManager) - Constructor for class org.ow2.jasmine.probe.rest.impl.JTasks
 
JTasksManager - Class in org.ow2.jasmine.probe.rest.impl
 
JTasksManager() - Constructor for class org.ow2.jasmine.probe.rest.impl.JTasksManager
 

L

logger - Static variable in interface org.ow2.jasmine.probe.rest.DataTasks
logger used for data task management
logger - Static variable in interface org.ow2.jasmine.probe.rest.Tasks
logger used for task management

O

org.ow2.jasmine.probe.rest - package org.ow2.jasmine.probe.rest
 
org.ow2.jasmine.probe.rest.impl - package org.ow2.jasmine.probe.rest.impl
 
Outputs - Interface in org.ow2.jasmine.probe.rest
Root resource class for outputs management.
OutputTypes - Interface in org.ow2.jasmine.probe.rest
Root resource class for output types management.

P

Probes - Interface in org.ow2.jasmine.probe.rest
Root resource class for probes management.

R

removeTask(String) - Method in class org.ow2.jasmine.probe.rest.impl.JTasksManager
 
removeTask(String) - Method in interface org.ow2.jasmine.probe.rest.TasksManager
Remove a task
RESOURCE_NAME - Static variable in interface org.ow2.jasmine.probe.rest.DataTasks
 
RESOURCE_NAME - Static variable in interface org.ow2.jasmine.probe.rest.Indicators
 
RESOURCE_NAME - Static variable in interface org.ow2.jasmine.probe.rest.Outputs
 
RESOURCE_NAME - Static variable in interface org.ow2.jasmine.probe.rest.Probes
 
RESOURCE_NAME - Static variable in interface org.ow2.jasmine.probe.rest.Targets
 
RESOURCE_NAME - Static variable in interface org.ow2.jasmine.probe.rest.Tasks
 
RestUtil - Class in org.ow2.jasmine.probe.rest.impl
 
RestUtil() - Constructor for class org.ow2.jasmine.probe.rest.impl.RestUtil
 

S

setLastResult(JasmineProbeResult) - Method in class org.ow2.jasmine.probe.rest.impl.JTask
Used by the a dedicated "rest" output to set the probe's result into the task.
setLastResult(JasmineProbeResult) - Method in interface org.ow2.jasmine.probe.rest.Task
Used by a 'rest' output to set data collected by a probe.
setState(String, String) - Method in class org.ow2.jasmine.probe.rest.impl.JProbes
 
setState(String, String) - Method in interface org.ow2.jasmine.probe.rest.Probes
 
start() - Method in class org.ow2.jasmine.probe.rest.impl.JPRSApplication
 
START_ACTION - Static variable in interface org.ow2.jasmine.probe.rest.Probes
 
stop() - Method in class org.ow2.jasmine.probe.rest.impl.JPRSApplication
 
STOP_ACTION - Static variable in interface org.ow2.jasmine.probe.rest.Probes
 

T

Targets - Interface in org.ow2.jasmine.probe.rest
Root resource class for targets management.
Task - Interface in org.ow2.jasmine.probe.rest
Task objects are used to keep data collected by probes (JasmineProbeResult) and transform this data into XML format.
Tasks - Interface in org.ow2.jasmine.probe.rest
Root resource class for data tasks management.
TasksManager - Interface in org.ow2.jasmine.probe.rest
 

C D E G I J L O P R S T

Copyright © 2012 OW2 Consortium. All Rights Reserved.