|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.protocols.jmx.RmiConnector
public class RmiConnector
The RMI connector class starts and stops the JMX RMI connector server. There are 2 different connector servers
Each connector is registered into the JMX MBean server.
Field Summary | |
---|---|
protected javax.management.remote.JMXConnectorServer |
jmxRmiConnectorNoClientCertificate
The reference to the JMX connector client with no SSL client authentication. |
Constructor Summary | |
---|---|
RmiConnector(javax.management.MBeanServer mbs,
JmxConnectionHandler jmxConnectionHandler)
Create a new instance of RmiConnector . |
Method Summary | |
---|---|
void |
finalizeConnectionHandler(boolean closeConnections,
boolean stopRegistry)
Closes this connection handler so that it will no longer accept new client connections. |
java.lang.String |
getProtocolVersion()
Retrieves the RMI protocol version string in use for this connector. |
void |
initialize()
Activates the RMI Connectors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.management.remote.JMXConnectorServer jmxRmiConnectorNoClientCertificate
Constructor Detail |
---|
public RmiConnector(javax.management.MBeanServer mbs, JmxConnectionHandler jmxConnectionHandler)
mbs
- The MBean server.jmxConnectionHandler
- The associated JMX Connection HandlerMethod Detail |
---|
public void initialize()
public void finalizeConnectionHandler(boolean closeConnections, boolean stopRegistry)
closeConnections
- Indicates whether any established client connections
associated with the connection handler should also be
closed.stopRegistry
- Indicates if the RMI registry should be stoppedpublic java.lang.String getProtocolVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |