Uses of Class
org.ow2.jasmine.monitoring.eos.probemanager.service.ProbeManagerException

Uses of ProbeManagerException in org.ow2.jasmine.monitoring.eos.probemanager.service
 

Methods in org.ow2.jasmine.monitoring.eos.probemanager.service that throw ProbeManagerException
 void ProbeManagerService.changeProbePeriod(String ident, int period)
          Change value of probe period, without stopping the probe if it is running.
 ArrayList<Probe> ProbeManagerService.copyProbe(Probe probe)
          copy a Probe
 ArrayList<ProbeIndicator> ProbeManagerService.getIndicators()
          Retrieve list of indicators defined on this server
 ArrayList<org.ow2.jasmine.probe.JasmineCollectorInfo> ProbeManagerService.getIndicatorTypes()
          Get the list of possible types for an Indicator
 ArrayList<String> ProbeManagerService.getMBeans(String filter, ProbeTarget target)
           
 List<org.ow2.jasmine.probe.JasminePropertyInfo> ProbeManagerService.getOutputPropertyInfos(String type)
          Get the list of possible properties for an output type
 ArrayList<ProbeOutput> ProbeManagerService.getOutputs()
          Retrieve list of outputs defined on this server
 ArrayList<String> ProbeManagerService.getOutputTypes()
          Get the list of possible types for an Output
 ArrayList<Probe> ProbeManagerService.getProbes()
          Retrieve list of probes defined on this server
 List<org.ow2.jasmine.probe.JasminePropertyInfo> ProbeManagerService.getTargetPropertyInfos(String type)
          Get the list of possible properties for a target type
 ArrayList<ProbeTarget> ProbeManagerService.getTargets()
          Retrieve list of targets defined on this server
 ArrayList<String> ProbeManagerService.getTargetTypes()
          Get the list of possible types for a Target
 ArrayList<Probe> ProbeManagerService.loadConf(String url)
           
 ArrayList<ProbeIndicator> ProbeManagerService.modifyIndicator(ProbeIndicator indicator)
          modify an indicator
 ArrayList<ProbeOutput> ProbeManagerService.modifyOutput(ProbeOutput output)
          modify an Output
 ArrayList<Probe> ProbeManagerService.modifyProbe(Probe probe)
          modify a probe
 ArrayList<ProbeTarget> ProbeManagerService.modifyTarget(ProbeTarget target)
          modify a Target
 ArrayList<ProbeIndicator> ProbeManagerService.newIndicator(ProbeIndicator indicator)
          Create a new indicator
 ArrayList<ProbeOutput> ProbeManagerService.newOutput(ProbeOutput output)
          Create a new output
 ArrayList<Probe> ProbeManagerService.newProbe(Probe probe)
          Create a new probe
 ArrayList<ProbeTarget> ProbeManagerService.newTarget(ProbeTarget target)
          Create a new target
 ArrayList<Probe> ProbeManagerService.removeAllProbes()
           
 ArrayList<ProbeIndicator> ProbeManagerService.removeIndicator(String name)
          Remove an indicator
 ArrayList<ProbeOutput> ProbeManagerService.removeOutput(String name)
          Remove an output
 ArrayList<Probe> ProbeManagerService.removeProbe(String ident)
          remove a Probe
 ArrayList<ProbeTarget> ProbeManagerService.removeTarget(String name)
          Remove a target
 void ProbeManagerService.saveConfig()
          Save configuration in xml
 void ProbeManagerService.startAllProbes()
          start all Probes
 void ProbeManagerService.startListen(String probeId)
          Start listening probe results
 void ProbeManagerService.startProbe(String ident)
          start a Probe
 void ProbeManagerService.stopAllProbes()
          stop all started Probes
 void ProbeManagerService.stopListen(String probeId)
          Stop listening probe results
 void ProbeManagerService.stopProbe(String ident)
          stop a Probe
 



Copyright © 2013 OW2 Consortium. All Rights Reserved.