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

Jean-Noel Rouvignac
14.14.2013 92359e9d9537c5a5f4b8d4087e5dd89c9b3a4289
opends/src/server/org/opends/server/replication/server/LightweightServerHandler.java
@@ -137,16 +137,11 @@
    this.protocolVersion = protocolVersion;
    if (debugEnabled())
      TRACER.debugInfo("In " + getLocalRSMonitorInstanceName()
      TRACER.debugInfo("In " + rsDomain.getLocalRSMonitorInstanceName()
          + " LWSH for remote server " + this.serverId + " connected to:"
          + this.replServerHandler.getMonitorInstanceName() + " ()");
  }
  private String getLocalRSMonitorInstanceName()
  {
    return rsDomain.getReplicationServer().getMonitorInstanceName();
  }
  /**
   * Creates a DSInfo structure representing this remote DS.
   * @return The DSInfo structure representing this remote DS
@@ -173,7 +168,7 @@
  public void startHandler()
  {
    if (debugEnabled())
      TRACER.debugInfo("In " + getLocalRSMonitorInstanceName()
      TRACER.debugInfo("In " + rsDomain.getLocalRSMonitorInstanceName()
          + " LWSH for remote server " + this.serverId + " connected to:"
          + this.replServerHandler.getMonitorInstanceName() + " start");
    DirectoryServer.deregisterMonitorProvider(this);
@@ -186,7 +181,7 @@
  public void stopHandler()
  {
    if (debugEnabled())
      TRACER.debugInfo("In " + getLocalRSMonitorInstanceName()
      TRACER.debugInfo("In " + rsDomain.getLocalRSMonitorInstanceName()
          + " LWSH for remote server " + this.serverId + " connected to:"
          + this.replServerHandler.getMonitorInstanceName() + " stop");
    DirectoryServer.deregisterMonitorProvider(this);