|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JasmineProbeException | |
|---|---|
| org.ow2.jasmine.probe | |
| org.ow2.jasmine.probe.probemanager | |
| Uses of JasmineProbeException in org.ow2.jasmine.probe |
|---|
| Methods in org.ow2.jasmine.probe that throw JasmineProbeException | |
|---|---|
void |
JasmineProbeManager.changeIndicator(JasmineIndicator indic)
Change an indicator. |
void |
JasmineProbeManager.changeOutput(JasmineOutput output)
Change an output. |
void |
JasmineProbeManager.changeProbe(JasmineProbe probe)
Change a Probe with new parameters |
void |
JasmineProbeManager.changeTarget(JasmineTarget target)
Change a target. |
String |
JasmineProbeManager.createIndicator(JasmineIndicator indic)
Create a new Indicator |
String |
JasmineProbeManager.createOutput(JasmineOutput output)
Create a new Output |
String |
JasmineProbeManager.createProbe(JasmineProbe probe)
Create a new probe defined by its data |
String |
JasmineProbeManager.createTarget(JasmineTarget target)
Create a new target |
void |
JasmineProbeManager.loadConfig(String path)
Load the specified xml configuration file The configuration will be merged with the current one. |
void |
JasmineProbeManager.removeAllProbes()
Remove all the managed probes. |
void |
JasmineProbeManager.removeIndicator(String name)
remove an indicator |
void |
JasmineProbeManager.removeOutput(String name)
remove an output. |
void |
JasmineProbeManager.removeProbe(String id)
Remove a probe. |
void |
JasmineProbeManager.removeTarget(String name)
remove a target |
void |
JasmineProbeManager.saveConfig(String path)
Save the current configuration in the specified xml file |
void |
JasmineProbeManager.startAllProbes()
Start all the managed probes. |
void |
JasmineProbeManager.startProbe(String id)
Start a probe. |
void |
JasmineProbeManager.stopAllProbes()
Stop all the managed probes. |
void |
JasmineProbeManager.stopProbe(String id)
Stop a probe. |
| Uses of JasmineProbeException in org.ow2.jasmine.probe.probemanager |
|---|
| Methods in org.ow2.jasmine.probe.probemanager that throw JasmineProbeException | |
|---|---|
JasmineCollector |
ProbeManager.getCollector(String indicator,
int period,
String probeid)
Get a Collector by its Indicator name |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||