| | |
| | | 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 |
| | |
| | | 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); |
| | |
| | | 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); |