Uses of Class
org.ow2.jasmine.probe.JasmineProbeException

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 TypeNotSupportedException
          Exception thrown when trying to use a type not supported.
 

Methods in org.ow2.jasmine.probe that throw JasmineProbeException
 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.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
 java.util.Set<java.lang.String> JProbeManagerMXBean.getIndicatorCurrentUse(java.lang.String name)
          Get the list of probes using this indicator
 JasmineOutput JProbeManagerMXBean.getOutput(java.lang.String id)
          Get an Output by its name
 java.util.Set<java.lang.String> JProbeManagerMXBean.getOutputCurrentUse(java.lang.String name)
          Get the list of probes using this output
 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
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.