Uses of Interface
org.opends.server.api.ServerShutdownListener
-
Packages that use ServerShutdownListener Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.plugins Contains the implementation for various Directory Server plugins.org.opends.server.protocols.jmx Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX.org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side. -
-
Uses of ServerShutdownListener in org.opends.server.core
Classes in org.opends.server.core that implement ServerShutdownListener Modifier and Type Class Description class
IdleTimeLimitThread
This class defines a thread that will be used to terminate client connections if they have been idle for too long.Methods in org.opends.server.core with parameters of type ServerShutdownListener Modifier and Type Method Description void
DirectoryServer. deregisterShutdownListener(ServerShutdownListener listener)
void
ServerContext. deregisterShutdownListener(ServerShutdownListener listener)
Deregisters the provided shutdown listener with the Directory Server.void
DirectoryServer. registerShutdownListener(ServerShutdownListener listener)
void
ServerContext. registerShutdownListener(ServerShutdownListener listener)
Registers the provided shutdown listener with the Directory Server so that it will be notified when the server shuts down. -
Uses of ServerShutdownListener in org.opends.server.extensions
Classes in org.opends.server.extensions that implement ServerShutdownListener Modifier and Type Class Description class
DiskSpaceMonitor
This class provides an application-wide disk space monitoring service. -
Uses of ServerShutdownListener in org.opends.server.plugins
Classes in org.opends.server.plugins that implement ServerShutdownListener Modifier and Type Class Description class
ReferentialIntegrityPlugin
This class implements a Directory Server post operation plugin that performs Referential Integrity processing on successful delete and modify DN operations. -
Uses of ServerShutdownListener in org.opends.server.protocols.jmx
Classes in org.opends.server.protocols.jmx that implement ServerShutdownListener Modifier and Type Class Description class
JmxConnectionHandler
This class defines a connection handler that will be used for communicating with administrative clients over JMX. -
Uses of ServerShutdownListener in org.opends.server.protocols.ldap
Classes in org.opends.server.protocols.ldap that implement ServerShutdownListener Modifier and Type Class Description class
LDAPConnectionHandler
This class defines a connection handler that will be used for communicating with clients over LDAP. -
Uses of ServerShutdownListener in org.opends.server.replication.plugin
Classes in org.opends.server.replication.plugin that implement ServerShutdownListener Modifier and Type Class Description class
LDAPReplicationDomain
This class implements the bulk part of the Directory Server side of the replication code.
-