mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

pgamba
13.14.2008 c0b47eb8ff75764c320e3811ce7f681869952e0f
opendj-sdk/opends/src/server/org/opends/server/api/SynchronizationProvider.java
@@ -117,6 +117,17 @@
  /**
   * Performs any necessary final initialization processing for this
   * synchronization provider.
   * This will be called just after the provider has been
   * registered with the server but before it has been unloaded.
   */
  public void completeSynchronizationProvider()
  {
    // No implementation is required by default.
  }
  /**
   * Performs any necessary finalization for this synchronization
   * provider.  This will be called just after the provider has been
   * deregistered with the server but before it has been unloaded.