|
||||||||||
| 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. |
java.lang.String |
JProbeManagerMXBean.createIndicator(JasmineIndicator indic)
Create a new Indicator |
java.lang.String |
JProbeManagerMXBean.createOutput(JasmineOutput output)
Create a new Output |
java.lang.String |
JProbeManagerMXBean.createProbe(JasmineProbe probe)
Create a new probe defined by its data |
java.lang.String |
JProbeManagerMXBean.createTarget(JasmineTarget target)
Create a new target |
JasmineIndicator |
JProbeManagerMXBean.getIndicator(java.lang.String id)
Get an indicator by its name |
JasmineOutput |
JProbeManagerMXBean.getOutput(java.lang.String id)
Get an Output by its name |
JasmineProbe |
JProbeManagerMXBean.getProbe(java.lang.String id)
Get a Probe by its name |
JasmineTarget |
JProbeManagerMXBean.getTarget(java.lang.String id)
Get a Target by its name |
java.lang.String[] |
JProbeManagerMXBean.listIndicators()
Get the list of indicators |
java.lang.String[] |
JProbeManagerMXBean.listOutputs()
Get the list of outputs |
java.lang.String[] |
JProbeManagerMXBean.listProbes()
Get the list of probes |
java.lang.String[] |
JProbeManagerMXBean.listTargets()
Get the list of targets |
void |
JProbeManagerMXBean.loadConfig(java.lang.String path)
Load the specified xml configuration file The configuration will be merged with the current one. |
void |
JProbeManagerMXBean.removeAllProbes()
Remove all the managed probes. |
void |
JProbeManagerMXBean.removeIndicator(java.lang.String name)
remove an indicator |
void |
JProbeManagerMXBean.removeOutput(java.lang.String name)
remove an output. |
void |
JProbeManagerMXBean.removeProbe(java.lang.String id)
Remove a probe. |
void |
JProbeManagerMXBean.removeTarget(java.lang.String name)
remove a target |
void |
JProbeManagerMXBean.saveConfig(java.lang.String path)
Save the current configuration in the specified xml file |
void |
JProbeManagerMXBean.startAllProbes()
Start all the managed probes. |
void |
JProbeManagerMXBean.startProbe(java.lang.String id)
Start a probe. |
void |
JProbeManagerMXBean.stopAllProbes()
Stop all the managed probes. |
void |
JProbeManagerMXBean.stopProbe(java.lang.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(java.lang.String indicator,
int period,
java.lang.String probeid)
Get a Collector by its Indicator name |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||