Package org.opends.server.protocols.jmx
package org.opends.server.protocols.jmx
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX. The JMX implementation in this package is actually comprised of three primary components:
- The JMX connection handler which is purely responsible for starting and stopping the actual JMX connector.
- The JMX connector which is responsable for client request handling. A private RMI registry is also created when this JMX Connector is started. The JMX Connector (RMI server object) and its corresponding client part are registered in it.
- The Authentication module which allows a remote client to be authenticated by its LDAP credential.
-
ClassDescriptionThis class defines the set of methods and structures that must be implemented by a Directory Server client connection.This class defines a connection handler that will be used for communicating with administrative clients over JMX.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.