| | |
| | | /** |
| | | * The Underlying Socket factory. |
| | | */ |
| | | OpendsRmiServerSocketFactory rmiSsf; |
| | | private OpendsRmiServerSocketFactory rmiSsf; |
| | | |
| | | /** |
| | | * The RMI protocol verison used by this connector. |
| | | */ |
| | | private String rmiVersion; |
| | | |
| | | // =================================================================== |
| | | // CONSTRUCTOR |
| | |
| | | // TODO Should we do that? |
| | | ObjectName name = new ObjectName(jmxRmiConnectorNoClientCertificateName); |
| | | mbs.registerMBean(jmxRmiConnectorNoClientCertificate, name); |
| | | rmiVersion = opendsRmiConnectorServer.getVersion(); |
| | | |
| | | if (debugEnabled()) |
| | | { |
| | |
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * Retrieves the RMI protocol version string in use for this connector. |
| | | * |
| | | * @return The RMI protocol version string in use for this connector. |
| | | */ |
| | | public String getProtocolVersion() |
| | | { |
| | | return rmiVersion; |
| | | } |
| | | } |