summaryrefslogtreecommitdiff
path: root/java/src/Ice/RoutingTable.java
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-07-29 20:31:01 +0000
committerMarc Laukien <marc@zeroc.com>2002-07-29 20:31:01 +0000
commitc6fcddc0a449656ba920a4765a06b553bf444be8 (patch)
tree339d8372a08118d00975037c1f8d1fc9bb7fbc25 /java/src/Ice/RoutingTable.java
parentwarning (diff)
downloadice-c6fcddc0a449656ba920a4765a06b553bf444be8.tar.bz2
ice-c6fcddc0a449656ba920a4765a06b553bf444be8.tar.xz
ice-c6fcddc0a449656ba920a4765a06b553bf444be8.zip
fix
Diffstat (limited to 'java/src/Ice/RoutingTable.java')
-rw-r--r--java/src/Ice/RoutingTable.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/java/src/Ice/RoutingTable.java b/java/src/Ice/RoutingTable.java
index 844bd527318..e5a2f24776a 100644
--- a/java/src/Ice/RoutingTable.java
+++ b/java/src/Ice/RoutingTable.java
@@ -18,6 +18,16 @@ public final class RoutingTable
}
//
+ // Clear the contents of the routing table.
+ //
+ synchronized public void
+ clear()
+ {
+ _table.clear();
+ }
+
+
+ //
// Returns false if the Proxy exists already.
//
public boolean