Uses of Class
org.opends.server.protocols.jmx.JmxConnectionHandler
-
Packages that use JmxConnectionHandler Package Description org.opends.server.protocols.jmx Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX. -
-
Uses of JmxConnectionHandler in org.opends.server.protocols.jmx
Constructors in org.opends.server.protocols.jmx with parameters of type JmxConnectionHandler Constructor Description JmxClientConnection(JmxConnectionHandler jmxConnectionHandler, AuthenticationInfo authInfo, ServerContext serverContext)
Creates a new Jmx client connection that will be authenticated as as the specified user.RmiConnector(MBeanServer mbs, JmxConnectionHandler jmxConnectionHandler)
Create a new instance of RmiConnector .
-