summaryrefslogtreecommitdiff
path: root/java/src/Ice/Request.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/Request.java')
-rw-r--r--java/src/Ice/Request.java8
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.