public class OpendsRmiServerSocketFactory extends Object implements RMIServerSocketFactory
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.
| Constructor and Description |
|---|
OpendsRmiServerSocketFactory(InetAddress listenAddress)
Create a new socket factory which will listen on the specified address.
|
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createServerSocket(int port) |
public OpendsRmiServerSocketFactory(InetAddress listenAddress)
listenAddress - The address to listen on.public ServerSocket createServerSocket(int port) throws IOException
createServerSocket in interface RMIServerSocketFactoryIOExceptionCopyright © 2010-2020 Wren Security. All Rights Reserved.