|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of JasmineProbeException in org.ow2.jasmine.monitoring.mbeancmd.api |
|---|
| Methods in org.ow2.jasmine.monitoring.mbeancmd.api that throw JasmineProbeException | |
|---|---|
void |
JasmineProbeManager.changeOutput(JasmineOutput output)
Change an output. |
void |
JasmineProbeManager.changeProbe(JasmineProbe probe)
Change a Probe with new parameters The Probe must be of the same type (stat/poll) |
void |
JasmineProbeManager.changeTarget(JasmineTarget target)
Recreate a target with a given name. |
void |
JasmineProbeManager.createOutput(JasmineOutput output)
Create a new Output |
int |
JasmineProbeManager.createProbe(JasmineProbe probe)
Create a new probe defined by its data |
void |
JasmineProbeManager.createTarget(JasmineTarget target)
Create a target with a given name. |
java.util.Set<javax.management.ObjectName> |
JasmineProbeManager.getMBeans(JasmineTarget target,
java.lang.String pattern)
Get the list of mbeans matching a pattern for this target. |
java.util.Collection<JasmineOutput> |
JasmineProbeManager.getOutputs()
get the list of all defined outputs. |
java.util.Collection<JasmineTarget> |
JasmineProbeManager.getTargets()
get the list of all defined targets. |
void |
JasmineProbeManager.loadConfig(java.lang.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.removeOutput(java.lang.String name)
remove an output |
void |
JasmineProbeManager.removeProbe(int id)
Remove a probe. |
void |
JasmineProbeManager.removeTarget(java.lang.String name)
remove an target |
void |
JasmineProbeManager.saveConfig(java.lang.String path)
Save the current configuration in the specified xml file |
void |
JasmineProbeManager.startAllProbes()
Start all the managed probes. |
void |
JasmineProbeManager.startProbe(int id)
Start a probe. |
void |
JasmineProbeManager.stopAllProbes()
Stop all the managed probes. |
void |
JasmineProbeManager.stopProbe(int id)
Stop a probe. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||