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



Copyright © 2012 OW2 Consortium. All Rights Reserved.