mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Chris Ridd
02.59.2015 7e7f02f000a476e525c866dd8d7f5328ddd83b6b
opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/JmxConnectionHandler.java
@@ -31,6 +31,7 @@
import static org.opends.server.util.StaticUtils.*;
import java.io.IOException;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.util.Collection;
import java.util.LinkedList;
@@ -238,6 +239,15 @@
  }
  /**
   * Get the JMX connection handler's listen address.
   *
   * @return Returns the JMX connection handler's listen address.
   */
  public InetAddress getListenAddress()
  {
    return currentConfig.getListenAddress();
  }
  /**
   * Get the JMX connection handler's listen port.