|
||||||||||
| 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 |
|---|
| Subclasses of JasmineProbeException in org.ow2.jasmine.probe | |
|---|---|
class |
PropertyMissingException
Exception thrown when trying to use a type not supported. |
class |
SourceNumberException
Exception thrown when source indicator is missing. |
class |
TypeNotSupportedException
Exception thrown when trying to use a type not supported. |
| Methods in org.ow2.jasmine.probe that throw JasmineProbeException | |
|---|---|
void |
JProbeManagerMXBean.addDefaultOutput(String id)
Add an output to the default outputs list. |
void |
JProbeManagerMXBean.changeIndicator(JasmineIndicator indic)
Change an indicator. |
void |
JProbeManagerMXBean.changeOutput(JasmineOutput output)
Change an output. |
void |
JProbeManagerMXBean.changeProbe(JasmineProbe probe)
Change a Probe with new parameters |
void |
JProbeManagerMXBean.changeProbePeriod(String id,
int period)
Set a new value for probe period |
void |
JProbeManagerMXBean.changeTarget(JasmineTarget target)
Change a target. |
String |
JProbeManagerMXBean.createIndicator(JasmineIndicator indic)
Create a new Indicator |
String |
JProbeManagerMXBean.createOutput(JasmineOutput output)
Create a new Output |
String |
JProbeManagerMXBean.createProbe(JasmineProbe probe)
Create a new probe defined by its data |
String |
JProbeManagerMXBean.createTarget(JasmineTarget target)
Create a new target |
JasmineIndicator |
JProbeManagerMXBean.getIndicator(String id)
Get an indicator by its name |
Set<String> |
JProbeManagerMXBean.getIndicatorCurrentUse(String name)
Get the list of probes using this indicator |
JasmineOutput |
JProbeManagerMXBean.getOutput(String id)
Get an Output by its name |
Set<String> |
JProbeManagerMXBean.getOutputCurrentUse(String name)
Get the list of probes using this output |
JasmineProbe |
JProbeManagerMXBean.getProbe(String id)
Get a Probe by its name |
JasmineTarget |
JProbeManagerMXBean.getTarget(String id)
Get a Target by its name |
String[] |
JProbeManagerMXBean.listProbes()
Get the list of probes |
String[] |
JProbeManagerMXBean.listTargets()
Get the list of targets |
void |
JProbeManagerMXBean.loadConfig(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.removeDefaultOutput(String id)
Remove an output from the default outputs list. |
void |
JProbeManagerMXBean.removeIndicator(String name)
remove an indicator |
void |
JProbeManagerMXBean.removeOutput(String name)
remove an output. |
void |
JProbeManagerMXBean.removeProbe(String id)
Remove a probe. |
void |
JProbeManagerMXBean.removeTarget(String name)
remove a target |
void |
JProbeManagerMXBean.saveConfig(String path)
Save the current configuration in the specified xml file |
void |
JProbeManagerMXBean.startAllProbes()
Start all the managed probes. |
void |
JProbeManagerMXBean.startProbe(String id)
Start a probe. |
void |
JProbeManagerMXBean.stopAllProbes()
Stop all the managed probes. |
void |
JProbeManagerMXBean.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,
String probeid)
Get a Collector by its Indicator name |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||