| | |
| | | * |
| | | * |
| | | * Copyright 2007-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2012 ForgeRock AS |
| | | * Portions Copyright 2011-2013 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.server.replication.service; |
| | |
| | | import static org.opends.server.loggers.debug.DebugLogger.*; |
| | | |
| | | import org.opends.server.loggers.debug.DebugTracer; |
| | | import org.opends.server.replication.protocol.ProtocolSession; |
| | | import org.opends.server.replication.protocol.Session; |
| | | import org.opends.server.types.DebugLogLevel; |
| | | |
| | | import org.opends.server.api.DirectoryThread; |
| | |
| | | /** |
| | | * The session on which heartbeats are to be monitored. |
| | | */ |
| | | private final ProtocolSession session; |
| | | private final Session session; |
| | | |
| | | |
| | | /** |
| | |
| | | * milliseconds). |
| | | */ |
| | | HeartbeatMonitor(int serverID, int replicationServerID, |
| | | String baseDN, ProtocolSession session, long heartbeatInterval) |
| | | String baseDN, Session session, long heartbeatInterval) |
| | | { |
| | | super("Replica DS(" |
| | | + serverID + ") heartbeat monitor for domain \"" |