public interface HealthCheckerMBean
Describes the management interface exposed by an MBean; that is, the set of attributes and operations which are available for management operations to let rest of the world know about the status of this particular service's health check.
This should be implemented by the service, interested in, to expose it's health status.
It is preferred to be an immutable service implementation.
Provides a method which tells the health status of the service that is being exposed by this MBean.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAlive()
Checks if this service is alive, and functioning well.
|
Copyright © 2016 utils4j. All Rights Reserved.