diff options
author | Jose <jose@zeroc.com> | 2009-07-15 22:20:47 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-07-15 22:20:47 +0200 |
commit | 4293e7261847b861b89a69f54606719538f66b11 (patch) | |
tree | 7edfe18ab1d65b2262feb0070bb423f594284456 /java/src/Ice/ObjectPrx.java | |
parent | 4019 - Minimal demo still not minimimal (diff) | |
download | ice-4293e7261847b861b89a69f54606719538f66b11.tar.bz2 ice-4293e7261847b861b89a69f54606719538f66b11.tar.xz ice-4293e7261847b861b89a69f54606719538f66b11.zip |
Add ice_getConnectionId to Proxy api.
commit 96047f7c59f38bcdf8b920d2acad61be96db7101
Author: Jose Gutierrez <pepone@dhcppc0.(none)>
Date: Wed Jul 15 22:16:38 2009 +0200
Add ice_getConnectionId to Proxy api.
Diffstat (limited to 'java/src/Ice/ObjectPrx.java')
-rw-r--r-- | java/src/Ice/ObjectPrx.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/java/src/Ice/ObjectPrx.java b/java/src/Ice/ObjectPrx.java index 0ec89ee0387..2ef3c42575e 100644 --- a/java/src/Ice/ObjectPrx.java +++ b/java/src/Ice/ObjectPrx.java @@ -263,6 +263,14 @@ public interface ObjectPrx int ice_getLocatorCacheTimeout(); /** + * Returns the connection id of this proxy. + * + * @return The connection id. + * + **/ + String ice_getConnectionId(); + + /** * Creates a new proxy that is identical to this proxy, except for the locator cache timeout. * * @param newTimeout The new locator cache timeout (in seconds). |