summaryrefslogtreecommitdiff
path: root/java/test/Ice/background/BackgroundControllerI.java
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2014-06-13 10:06:29 -0700
committerMark Spruiell <mes@zeroc.com>2014-06-13 10:06:29 -0700
commit69c46db2fb9f03a4b730f8da1bd6e03d4ba68895 (patch)
treea755e1e123ac50a31729e51ebb375a92e86f1303 /java/test/Ice/background/BackgroundControllerI.java
parentSSL Cipher test fix for OpenSSL (diff)
downloadice-69c46db2fb9f03a4b730f8da1bd6e03d4ba68895.tar.bz2
ice-69c46db2fb9f03a4b730f8da1bd6e03d4ba68895.tar.xz
ice-69c46db2fb9f03a4b730f8da1bd6e03d4ba68895.zip
initial commit of C# transport changes
Diffstat (limited to 'java/test/Ice/background/BackgroundControllerI.java')
-rw-r--r--java/test/Ice/background/BackgroundControllerI.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/test/Ice/background/BackgroundControllerI.java b/java/test/Ice/background/BackgroundControllerI.java
index 594a623d131..64cefee73ca 100644
--- a/java/test/Ice/background/BackgroundControllerI.java
+++ b/java/test/Ice/background/BackgroundControllerI.java
@@ -88,6 +88,12 @@ class BackgroundControllerI extends _BackgroundControllerDisp
{
_configuration.writeException(enable ? new Ice.SocketException() : null);
}
+
+ public void
+ buffered(boolean enable, Ice.Current current)
+ {
+ _configuration.buffered(enable);
+ }
public
BackgroundControllerI(Configuration configuration, Ice.ObjectAdapter adapter)