org.opends.server.admin
Class AdministrationDataSync

java.lang.Object
  extended by org.opends.server.admin.AdministrationDataSync

public final class AdministrationDataSync
extends java.lang.Object

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"


Constructor Summary
AdministrationDataSync(InternalClientConnection internalConnection)
          Create an object that will syncrhonize configuration and the admin data.
 
Method Summary
 void synchronize()
          Check if information found in "cn=admin data" is coherent with cn=config.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdministrationDataSync

public AdministrationDataSync(InternalClientConnection internalConnection)
Create an object that will syncrhonize configuration and the admin data.

Parameters:
internalConnection - The root connection.
Method Detail

synchronize

public void synchronize()
Check if information found in "cn=admin data" is coherent with cn=config. If and inconsistancy is detected, we log a warning message and update "cn=admin data"