summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/PropertyNames.java
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2014-08-07 12:18:42 -0230
committerDwayne Boone <dwayne@zeroc.com>2014-08-07 12:18:42 -0230
commit232fa424a7339659b6ad2cd02fbfe89420457601 (patch)
tree978d9e9286c2915b771f8bea019276ab216eecc4 /java/src/IceInternal/PropertyNames.java
parentWindows SSL SChannel implementation & OS X Secure Transport fixes. (diff)
downloadice-232fa424a7339659b6ad2cd02fbfe89420457601.tar.bz2
ice-232fa424a7339659b6ad2cd02fbfe89420457601.tar.xz
ice-232fa424a7339659b6ad2cd02fbfe89420457601.zip
ICE-5457 added ability to set source address for connections
Diffstat (limited to 'java/src/IceInternal/PropertyNames.java')
-rw-r--r--java/src/IceInternal/PropertyNames.java29
1 files changed, 15 insertions, 14 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java
index efd52373272..ce5eee21f7c 100644
--- a/java/src/IceInternal/PropertyNames.java
+++ b/java/src/IceInternal/PropertyNames.java
@@ -14,7 +14,7 @@ package IceInternal;
public final class PropertyNames
{
- public static final Property IceProps[] =
+ public static final Property IceProps[] =
{
new Property("Ice\\.ACM\\.Client", true, null),
new Property("Ice\\.ACM\\.Server", true, null),
@@ -107,6 +107,7 @@ public final class PropertyNames
new Property("Ice\\.Default\\.Router\\.Context\\.[^\\s]+", false, null),
new Property("Ice\\.Default\\.Router", false, null),
new Property("Ice\\.Default\\.SlicedFormat", false, null),
+ new Property("Ice\\.Default\\.SourceAddress", false, null),
new Property("Ice\\.IPv4", false, null),
new Property("Ice\\.IPv6", false, null),
new Property("Ice\\.EventLog\\.Source", false, null),
@@ -180,7 +181,7 @@ public final class PropertyNames
null
};
- public static final Property IceMXProps[] =
+ public static final Property IceMXProps[] =
{
new Property("IceMX\\.Metrics\\.[^\\s]+\\.GroupBy", false, null),
new Property("IceMX\\.Metrics\\.[^\\s]+\\.Map", false, null),
@@ -191,7 +192,7 @@ public final class PropertyNames
null
};
- public static final Property IceDiscoveryProps[] =
+ public static final Property IceDiscoveryProps[] =
{
new Property("IceDiscovery\\.Multicast\\.ACM\\.Timeout", false, null),
new Property("IceDiscovery\\.Multicast\\.ACM\\.Heartbeat", false, null),
@@ -312,7 +313,7 @@ public final class PropertyNames
null
};
- public static final Property IceGridDiscoveryProps[] =
+ public static final Property IceGridDiscoveryProps[] =
{
new Property("IceGridDiscovery\\.Reply\\.ACM\\.Timeout", false, null),
new Property("IceGridDiscovery\\.Reply\\.ACM\\.Heartbeat", false, null),
@@ -397,7 +398,7 @@ public final class PropertyNames
null
};
- public static final Property IceBoxProps[] =
+ public static final Property IceBoxProps[] =
{
new Property("IceBox\\.InheritProperties", false, null),
new Property("IceBox\\.InstanceName", false, null),
@@ -445,7 +446,7 @@ public final class PropertyNames
null
};
- public static final Property IceBoxAdminProps[] =
+ public static final Property IceBoxAdminProps[] =
{
new Property("IceBoxAdmin\\.ServiceManager\\.Proxy\\.EndpointSelection", false, null),
new Property("IceBoxAdmin\\.ServiceManager\\.Proxy\\.ConnectionCached", false, null),
@@ -460,7 +461,7 @@ public final class PropertyNames
null
};
- public static final Property IceGridAdminProps[] =
+ public static final Property IceGridAdminProps[] =
{
new Property("IceGridAdmin\\.AuthenticateUsingSSL", false, null),
new Property("IceGridAdmin\\.MetricsConfig", false, null),
@@ -514,7 +515,7 @@ public final class PropertyNames
null
};
- public static final Property IceGridProps[] =
+ public static final Property IceGridProps[] =
{
new Property("IceGrid\\.AdminRouter\\.ACM\\.Timeout", false, null),
new Property("IceGrid\\.AdminRouter\\.ACM\\.Heartbeat", false, null),
@@ -913,7 +914,7 @@ public final class PropertyNames
null
};
- public static final Property IcePatch2Props[] =
+ public static final Property IcePatch2Props[] =
{
new Property("IcePatch2\\.ACM\\.Timeout", false, null),
new Property("IcePatch2\\.ACM\\.Heartbeat", false, null),
@@ -959,7 +960,7 @@ public final class PropertyNames
null
};
- public static final Property IcePatch2ClientProps[] =
+ public static final Property IcePatch2ClientProps[] =
{
new Property("IcePatch2Client\\.ChunkSize", false, null),
new Property("IcePatch2Client\\.Directory", false, null),
@@ -969,7 +970,7 @@ public final class PropertyNames
null
};
- public static final Property IceSSLProps[] =
+ public static final Property IceSSLProps[] =
{
new Property("IceSSL\\.Alias", false, null),
new Property("IceSSL\\.CertAuthDir", false, null),
@@ -1015,7 +1016,7 @@ public final class PropertyNames
null
};
- public static final Property IceStormAdminProps[] =
+ public static final Property IceStormAdminProps[] =
{
new Property("IceStormAdmin\\.TopicManager\\.[^\\s]+", false, null),
new Property("IceStormAdmin\\.Host", false, null),
@@ -1023,7 +1024,7 @@ public final class PropertyNames
null
};
- public static final Property Glacier2Props[] =
+ public static final Property Glacier2Props[] =
{
new Property("Glacier2\\.AddSSLContext", true, null),
new Property("Glacier2\\.AddConnectionContext", false, null),
@@ -1169,7 +1170,7 @@ public final class PropertyNames
null
};
- public static final Property FreezeProps[] =
+ public static final Property FreezeProps[] =
{
new Property("Freeze\\.DbEnv\\.[^\\s]+\\.CheckpointPeriod", false, null),
new Property("Freeze\\.DbEnv\\.[^\\s]+\\.DbHome", false, null),