summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/PropertyNames.java
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-07-15 12:59:43 +0200
committerBenoit Foucher <benoit@zeroc.com>2014-07-15 12:59:43 +0200
commit1652b782824c9c24638512b57b74dae8745d2c79 (patch)
treeebf6200f98a6ede37d47028447e32e0197aa8f8b /java/src/IceInternal/PropertyNames.java
parentFixed Java IceWS bug which was cuasing 100% CPU usage for Ice client/server (diff)
downloadice-1652b782824c9c24638512b57b74dae8745d2c79.tar.bz2
ice-1652b782824c9c24638512b57b74dae8745d2c79.tar.xz
ice-1652b782824c9c24638512b57b74dae8745d2c79.zip
Fixed ICE-4611: added finder objects for locator/router/IceStorm to allow easily retrieving proxies without knowning the instance name
Diffstat (limited to 'java/src/IceInternal/PropertyNames.java')
-rw-r--r--java/src/IceInternal/PropertyNames.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java
index 54ca60095a9..4bbf3ea7ecf 100644
--- a/java/src/IceInternal/PropertyNames.java
+++ b/java/src/IceInternal/PropertyNames.java
@@ -6,7 +6,7 @@
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
-// Generated by makeprops.py from file ../config/PropertyNames.xml, Wed Jul 9 18:08:33 2014
+// Generated by makeprops.py from file ./config/PropertyNames.xml, Tue Jul 15 11:44:29 2014
// IMPORTANT: Do not edit this file -- any edits made here will be lost!
@@ -1016,6 +1016,8 @@ public final class PropertyNames
public static final Property IceStormAdminProps[] =
{
new Property("IceStormAdmin\\.TopicManager\\.[^\\s]+", false, null),
+ new Property("IceStormAdmin\\.Host", false, null),
+ new Property("IceStormAdmin\\.Port", false, null),
null
};