@PublicAPI(stability=PRIVATE)

Package org.opends.server.admin.server

Server-side administration interface.

See:
          Description

Interface Summary
ConfigurationAddListener<T extends Configuration> This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when a new configuration is added.
ConfigurationChangeListener<T extends Configuration> This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when a its associated configuration is changed.
ConfigurationDeleteListener<T extends Configuration> This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when an existing configuration is deleted.
ServerManagedObjectAddListener<T extends Configuration> This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when a new server managed object is added.
ServerManagedObjectChangeListener<T extends Configuration> This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when a its associated server managed object is changed.
ServerManagedObjectDeleteListener<T extends Configuration> This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when an existing server managed object is deleted.
 

Class Summary
ServerConstraintHandler An interface for performing server-side constraint validation.
ServerManagedObject<S extends Configuration> A server-side managed object.
ServerManagementContext Server management connection context.
 

Exception Summary
ConstraintViolationException This exception is thrown when the server refuses to use or delete a managed object due to one or more constraints that cannot be satisfied.
ServerManagedObjectDecodingException The requested server managed object was found but one or more of its properties could not be decoded successfully.
 

Package org.opends.server.admin.server Description

Server-side administration interface.

This package contains classes and interfaces which internal directory server components are expected to use in order to access the server's current configuration and register to be notified when the configuration changes.