summaryrefslogtreecommitdiff
path: root/java/src/Ice/ObjectPrx.java
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-03-30 13:42:38 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-03-30 13:42:38 +0000
commitc0857ef56655107ebaa3099c0e500cfcbe0470e0 (patch)
tree86c4ad36081315996741131118c99deb347fc619 /java/src/Ice/ObjectPrx.java
parentInitialize paramater (diff)
downloadice-c0857ef56655107ebaa3099c0e500cfcbe0470e0.tar.bz2
ice-c0857ef56655107ebaa3099c0e500cfcbe0470e0.tar.xz
ice-c0857ef56655107ebaa3099c0e500cfcbe0470e0.zip
Finished fixing bug 847
Diffstat (limited to 'java/src/Ice/ObjectPrx.java')
-rw-r--r--java/src/Ice/ObjectPrx.java16
1 files changed, 12 insertions, 4 deletions
diff --git a/java/src/Ice/ObjectPrx.java b/java/src/Ice/ObjectPrx.java
index 4bff057a10c..cbf5f99e4e2 100644
--- a/java/src/Ice/ObjectPrx.java
+++ b/java/src/Ice/ObjectPrx.java
@@ -83,6 +83,18 @@ public interface ObjectPrx
EndpointSelectionType ice_getEndpointSelection();
ObjectPrx ice_endpointSelection(EndpointSelectionType newType);
+ boolean ice_getSecure();
+ ObjectPrx ice_secure(boolean b);
+
+ Ice.RouterPrx ice_getRouter();
+ ObjectPrx ice_router(Ice.RouterPrx router);
+
+ Ice.LocatorPrx ice_getLocator();
+ ObjectPrx ice_locator(Ice.LocatorPrx locator);
+
+ boolean ice_getCollocationOptimization();
+ ObjectPrx ice_collocationOptimization(boolean b);
+
ObjectPrx ice_twoway();
boolean ice_isTwoway();
ObjectPrx ice_oneway();
@@ -94,13 +106,9 @@ public interface ObjectPrx
ObjectPrx ice_batchDatagram();
boolean ice_isBatchDatagram();
- ObjectPrx ice_secure(boolean b);
ObjectPrx ice_compress(boolean co);
ObjectPrx ice_timeout(int t);
ObjectPrx ice_connectionId(String connectionId);
- ObjectPrx ice_router(Ice.RouterPrx router);
- ObjectPrx ice_locator(Ice.LocatorPrx locator);
- ObjectPrx ice_collocationOptimization(boolean b);
Connection ice_connection();