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 HealthStatusProviderProvides a health diagnostic for a component or the whole application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HealthStatusgetHealthStatus()Returns theHealthStatusfor the underlying component.
-
-
-
Method Detail
-
getHealthStatus
HealthStatus getHealthStatus()
Returns theHealthStatusfor the underlying component.- Returns:
- The
HealthStatus.
-
-