Uses of Interface
org.opends.server.api.DirectoryServerMBean
-
Packages that use DirectoryServerMBean Package Description org.opends.server.config Contains code used to interact with the Directory Server configuration.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages. -
-
Uses of DirectoryServerMBean in org.opends.server.config
Classes in org.opends.server.config that implement DirectoryServerMBean Modifier and Type Class Description class
JMXMBean
This class defines a JMX MBean that can be registered with the Directory Server to provide monitoring and statistical information, provide read and/or read-write access to the monitoring, and provide notifications and alerts if a significant event or severe/fatal error occurs. -
Uses of DirectoryServerMBean in org.opends.server.extensions
Classes in org.opends.server.extensions that implement DirectoryServerMBean Modifier and Type Class Description class
JMXAlertHandler
This class provides an implementation of a Directory Server alert handler that will send alerts using JMX notifications.
-