public class RmiConnector extends Object
Each connector is registered into the JMX MBean server.
| Modifier and Type | Field and Description |
|---|---|
protected JMXConnectorServer |
jmxRmiConnectorNoClientCertificate
The reference to the JMX connector client with no SSL client
authentication.
|
| Constructor and Description |
|---|
RmiConnector(MBeanServer mbs,
JmxConnectionHandler jmxConnectionHandler)
Create a new instance of RmiConnector .
|
| Modifier and Type | Method and Description |
|---|---|
void |
finalizeConnectionHandler(boolean stopRegistry)
Closes this connection handler so that it will no longer accept new
client connections.
|
String |
getProtocolVersion()
Retrieves the RMI protocol version string in use for this connector.
|
void |
initialize()
Activates the RMI Connectors.
|
protected JMXConnectorServer jmxRmiConnectorNoClientCertificate
public RmiConnector(MBeanServer mbs, JmxConnectionHandler jmxConnectionHandler)
mbs - The MBean server.jmxConnectionHandler - The associated JMX Connection Handlerpublic void initialize()
public void finalizeConnectionHandler(boolean stopRegistry)
stopRegistry - Indicates if the RMI registry should be stoppedpublic String getProtocolVersion()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.