diff options
Diffstat (limited to 'java/src/Ice/Request.java')
-rw-r--r-- | java/src/Ice/Request.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/java/src/Ice/Request.java b/java/src/Ice/Request.java index a0d2b0456a8..0cce04cbaf2 100644 --- a/java/src/Ice/Request.java +++ b/java/src/Ice/Request.java @@ -15,14 +15,6 @@ package Ice; public interface Request { /** - * Returns whether this request is collocated. - * - * @return <code>true</code> if the invocation was made via proxy created by the same communicator - * that hosts the target's object adapter; <code>false</code>, otherwise. - **/ - boolean isCollocated(); - - /** * Returns the {@link Current} object for this the request. * * @return The {@link Current} object for this request. |