summaryrefslogtreecommitdiff
path: root/java/src/Ice/Object.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/Object.java')
-rw-r--r--java/src/Ice/Object.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/java/src/Ice/Object.java b/java/src/Ice/Object.java
index 9d7aa80da42..54b6a69c5be 100644
--- a/java/src/Ice/Object.java
+++ b/java/src/Ice/Object.java
@@ -142,6 +142,18 @@ public interface Object
**/
DispatchStatus ice_dispatch(Request request, DispatchInterceptorAsyncCallback cb);
+ /**
+ * Dispatches an invocation to a servant. This method is used by dispatch interceptors to forward an invocation
+ * to a servant (or to another interceptor).
+ *
+ * @param request The details of the invocation.
+ * @return The dispatch status for the operation.
+ *
+ * @see DispatchInterceptor
+ * @see DispatchStatus
+ **/
+ DispatchStatus ice_dispatch(Request request);
+
DispatchStatus __dispatch(IceInternal.Incoming in, Current current);
DispatchStatus __collocDispatch(IceInternal.Direct request);