summaryrefslogtreecommitdiff
path: root/java/test/Ice/interrupt/Collocated.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2014-09-29 09:55:29 -0230
committerMatthew Newhook <matthew@zeroc.com>2014-09-29 09:55:29 -0230
commit7af331ec1cad3e49b20c151ced92c86b8d2feb13 (patch)
treee1c8e4266cfdd4a9fdc330d74690737418aa0dbb /java/test/Ice/interrupt/Collocated.java
parentImproved fix for ICE-5693 and update of request handler (diff)
downloadice-7af331ec1cad3e49b20c151ced92c86b8d2feb13.tar.bz2
ice-7af331ec1cad3e49b20c151ced92c86b8d2feb13.tar.xz
ice-7af331ec1cad3e49b20c151ced92c86b8d2feb13.zip
Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafe
Fixed some warnings.
Diffstat (limited to 'java/test/Ice/interrupt/Collocated.java')
-rw-r--r--java/test/Ice/interrupt/Collocated.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/test/Ice/interrupt/Collocated.java b/java/test/Ice/interrupt/Collocated.java
index 1e8468c6f7a..6e164020aee 100644
--- a/java/test/Ice/interrupt/Collocated.java
+++ b/java/test/Ice/interrupt/Collocated.java
@@ -42,10 +42,10 @@ public class Collocated extends test.Util.Application
initData.properties = Ice.Util.createProperties(argsH);
initData.properties.setProperty("Ice.Package.Test", "test.Ice.interrupt");
//
- // We need to enable the background IO so that Ice is interrupt
- // safe for this test.
+ // We need to enable the ThreadInterruptSafe property so that Ice is
+ // interrupt safe for this test.
//
- initData.properties.setProperty("Ice.BackgroundIO", "1");
+ initData.properties.setProperty("Ice.ThreadInterruptSafe", "1");
//
// We need to send messages large enough to cause the transport
// buffers to fill up.