Package org.opends.server.monitors
Interface HealthStatusProvider
- All Known Subinterfaces:
HealthChecker
- All Known Implementing Classes:
Backend
,BackendImpl
,ChangelogBackend
,ConfigurationBackend
,HealthChecker.HealthCheckerImpl
,JEBackend
,LDIFBackend
,LocalBackend
,MemoryBackend
,MonitorBackend
,MultimasterReplication
,NullBackend
,ProxyBackend
,RootDSEBackend
,SchemaBackend
,TaskBackend
public interface HealthStatusProvider
Provides a health diagnostic for a component or the whole application.
-
Method Summary
-
Method Details
-
getHealthStatus
HealthStatus getHealthStatus()Returns theHealthStatus
for the underlying component.- Returns:
- The
HealthStatus
.
-