| File was renamed from opendj-sdk/opends/src/server/org/opends/server/synchronization/plugin/HeartbeatMonitor.java |
| | |
| | | * Portions Copyright 2007 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package org.opends.server.synchronization.plugin; |
| | | package org.opends.server.replication.plugin; |
| | | |
| | | import static org.opends.server.loggers.debug.DebugLogger.debugEnabled; |
| | | import static org.opends.server.loggers.debug.DebugLogger.debugInfo; |
| | |
| | | import java.io.IOException; |
| | | |
| | | import org.opends.server.api.DirectoryThread; |
| | | import org.opends.server.synchronization.protocol.ProtocolSession; |
| | | import org.opends.server.replication.protocol.ProtocolSession; |
| | | |
| | | /** |
| | | * This class implements a thread to monitor heartbeat messages from the |