Interface ProbeRunnerMBean
-
- All Known Subinterfaces:
ProbeManager
- All Known Implementing Classes:
ProbeManagerImpl
public interface ProbeRunnerMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>
getProbeNames()
int
getProbesCount()
Collection<String>
getProbesInError()
int
getProbesInErrorCount()
Collection<String>
getProbesInSuccess()
int
getProbesInSuccessCount()
boolean
runAllProbes()
-
-
-
Method Detail
-
getProbeNames
Collection<String> getProbeNames()
-
getProbesCount
int getProbesCount()
-
getProbesInError
Collection<String> getProbesInError()
-
getProbesInErrorCount
int getProbesInErrorCount()
-
getProbesInSuccess
Collection<String> getProbesInSuccess()
-
getProbesInSuccessCount
int getProbesInSuccessCount()
-
runAllProbes
boolean runAllProbes()
-
-