diff options
Diffstat (limited to 'java/src/Ice/RoutingTable.java')
-rw-r--r-- | java/src/Ice/RoutingTable.java | 10 |
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 |