From cdee5ecd5b7ac3e3da5d3ffc9c39f4ba09159c13 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Tue, 03 Oct 2006 13:47:20 +0000
Subject: [PATCH] At startup time, each changelog server establish a connection with each other changelog server.

---
 opends/src/server/org/opends/server/changelog/ProtocolSession.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/changelog/ProtocolSession.java b/opends/src/server/org/opends/server/changelog/ProtocolSession.java
index e6a3c4f..177b974 100644
--- a/opends/src/server/org/opends/server/changelog/ProtocolSession.java
+++ b/opends/src/server/org/opends/server/changelog/ProtocolSession.java
@@ -83,4 +83,11 @@
   public abstract SynchronizationMessage receive()
                   throws IOException, ClassNotFoundException,
                          DataFormatException;
+
+  /**
+   * Retrieve the IP address of the remote server.
+   *
+   * @return The IP address of the remote server.
+   */
+  public abstract String getRemoteAddress();
 }

--
Gitblit v1.10.0