|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ProbeManagerException in org.ow2.jasmine.monitoring.eos.probemanager.service |
|---|
| Methods in org.ow2.jasmine.monitoring.eos.probemanager.service that throw ProbeManagerException | |
|---|---|
ArrayList<Probe> |
ProbeManagerService.copyProbe(Probe probe)
copy a Probe |
ArrayList<String> |
ProbeManagerService.getMBeans(String filter,
ProbeTarget target)
|
ArrayList<ProbeOutput> |
ProbeManagerService.getOutputs()
Retrieve list of outputs defined on this server |
ArrayList<Probe> |
ProbeManagerService.getProbes()
Retrieve list of probes defined on this server |
ArrayList<ProbeTarget> |
ProbeManagerService.getTargets()
Retrieve list of targets defined on this server |
ArrayList<Probe> |
ProbeManagerService.loadConf(String url)
|
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<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<ProbeOutput> |
ProbeManagerService.removeOutput(String name)
Remove an output |
ArrayList<Probe> |
ProbeManagerService.removeProbe(int 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(int cmdId)
Start listening probe results |
void |
ProbeManagerService.startProbe(int ident)
start a Probe |
void |
ProbeManagerService.stopAllProbes()
stop all started Probes |
void |
ProbeManagerService.stopListen(int cmdId)
Stop listening probe results |
void |
ProbeManagerService.stopProbe(int ident)
stop a Probe |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||