| Interface | Description |
|---|---|
| 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.
|
| Log4jConfigLoaderMBean |
Loads the log4jConfig file and monitors it, re-loads the log file whenever it
gets changed.
Exposing this functionality as an MBean, to make this available to outside world. |
| SpringContextLoaderMBean |
Loads the
SpringContext file, re-loads the file whenever it gets a
request thru the JMX.Exposing this functionality as an MBean, to make this available to outside world. |
| Class | Description |
|---|---|
| HealthChecker |
The MBean Implementation of the
HealthCheckerMBean, provides the
actual definition of the health Checking. |
| Log4jConfigLoader |
Loads the log4jConfig file and monitors it, re-loads the log file whenever it
gets changed.
|
| MBean |
An MBean with the required details to be registered/unRegistered to the.
|
| RapidMBean |
An MBean ported to the Rapid.
|
| SpringContextLoader |
Loads the
SpringContext file, re-loads the file whenever it gets a
request thru the JMX. |
Copyright © 2016 utils4j. All Rights Reserved.