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

neil_a_wilson
29.10.2007 8a060091156c631c76476582458a32daa50a5bb2
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -42,6 +42,7 @@
import org.opends.server.api.CertificateMapper;
import org.opends.server.api.ChangeNotificationListener;
import org.opends.server.api.ClientConnection;
import org.opends.server.api.CompressedSchema;
import org.opends.server.api.ConfigAddListener;
import org.opends.server.api.ConfigChangeListener;
import org.opends.server.api.ConfigDeleteListener;
@@ -503,6 +504,9 @@
  // The crypto manager for the Directory Server.
  private CryptoManager cryptoManager;
  // The default compressed schema manager.
  private DefaultCompressedSchema compressedSchema;
  // The environment configuration for the Directory Server.
  private DirectoryEnvironmentConfig environmentConfig;
@@ -1176,6 +1180,8 @@
                  e.getLocalizedMessage());
      throw new InitializationException(message);
    }
    compressedSchema = new DefaultCompressedSchema();
  }
@@ -2403,6 +2409,18 @@
  /**
   * Retrieves the default compressed schema manager for the Directory Server.
   *
   * @return  The default compressed schema manager for the Directory Server.
   */
  public static CompressedSchema getDefaultCompressedSchema()
  {
    return directoryServer.compressedSchema;
  }
  /**
   * Gets all of the add, delete, and change listeners from the provided
   * configuration entry and all of its descendants and puts them in the
   * appropriate lists.