| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.replication.service; |
| | | |
| | |
| | | /** |
| | | * Stops the same group id poller. |
| | | */ |
| | | private void stopSameGroupIdPoller() |
| | | private synchronized void stopSameGroupIdPoller() |
| | | { |
| | | if (sameGroupIdPoller != null) |
| | | { |
| | |
| | | /** |
| | | * Stop the heartbeat monitor thread. |
| | | */ |
| | | void stopRSHeartBeatMonitoring() |
| | | synchronized void stopRSHeartBeatMonitoring() |
| | | { |
| | | if (heartbeatMonitor != null) |
| | | { |
| | |
| | | /** |
| | | * Stops publishing to the RS the current timestamp used in this server. |
| | | */ |
| | | public void stopChangeTimeHeartBeatPublishing() |
| | | public synchronized void stopChangeTimeHeartBeatPublishing() |
| | | { |
| | | if (ctHeartbeatPublisherThread != null) |
| | | { |