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