@PublicAPI(stability=PRIVATE)

Package org.opends.server.core

Contains various classes that comprise the core of the Directory Server codebase. This includes:
  • The code that is invoked to initialize the various components of the Directory Server when it is started.
  • The code that is invoked whenever the Directory Server is in the process of shutting down.
  • The various types of operations that may be processed within the Directory Server.
  • Data structures for important elements of Directory Server data, including attributes, objectclasses, DNs, entries.
  • The implementation of the work queue and worker threads responsible for processing operations requested by clients.