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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HealthStatus
getHealthStatus()
Returns theHealthStatus
for the underlying component.
-
-
-
Method Detail
-
getHealthStatus
HealthStatus getHealthStatus()
Returns theHealthStatus
for the underlying component.- Returns:
- The
HealthStatus
.
-
-