Package org.opends.server.admin
Class AdministrationDataSync
java.lang.Object
org.opends.server.admin.AdministrationDataSync
Check if information found in "cn=admin data" is coherent with cn=config. If an inconsistency is detected, we log a
warning message and update "cn=admin data"
-
Constructor Summary
ConstructorDescriptionAdministrationDataSync
(Connection internalConnection) Create an object that will synchronize configuration and the admin data. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Check if information found in "cn=admin data" is coherent with cn=config.
-
Constructor Details
-
AdministrationDataSync
Create an object that will synchronize configuration and the admin data.- Parameters:
internalConnection
- The root connection.
-
-
Method Details
-
synchronize
public void synchronize()Check if information found in "cn=admin data" is coherent with cn=config. If and inconsistency is detected, we log a warning message and update "cn=admin data"
-