| File was renamed from opendj-server-legacy/src/main/java/org/opends/server/monitors/BackendMonitor.java |
| | |
| | | * for an enabled Directory Server backend, including its backend ID, base DNs, |
| | | * writability mode, and the number of entries it contains. |
| | | */ |
| | | public class BackendMonitor |
| | | public class LocalBackendMonitor |
| | | extends MonitorProvider<MonitorProviderCfg> |
| | | { |
| | | /** The backend with which this monitor is associated. */ |
| | |
| | | * |
| | | * @param backend The backend with which this monitor is associated. |
| | | */ |
| | | public BackendMonitor(LocalBackend<?> backend) |
| | | public LocalBackendMonitor(LocalBackend<?> backend) |
| | | { |
| | | this.backend = backend; |
| | | } |