From d8c52043937b6c128372ad6fa98762a88833e5d5 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Mon, 17 Aug 2009 11:58:02 +1000 Subject: Bug 4213 - Properly document ice_invoke_async return code --- java/src/Ice/ObjectPrx.java | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'java/src/Ice/ObjectPrx.java') diff --git a/java/src/Ice/ObjectPrx.java b/java/src/Ice/ObjectPrx.java index d1d4de3fb8f..e9cfa74be2f 100644 --- a/java/src/Ice/ObjectPrx.java +++ b/java/src/Ice/ObjectPrx.java @@ -127,9 +127,11 @@ public interface ObjectPrx * @param outParams The encoded out-paramaters and return value * for the operation. The return value follows any out-parameters. * @param __context The context map for the invocation. - * @return If the operation was invoked synchronously (because there - * was no need to queue the request, the return value is true; - * otherwise, if the invocation was queued, the return value is false. + * @return If the operation completed successfully, the return value + * is true. If the operation raises a user exception, + * the return value is false; in this case, outParams + * contains the encoded user exception. If the operation raises a run-time exception, + * it throws it directly. * * @see Blobject * @see OperationMode @@ -144,11 +146,9 @@ public interface ObjectPrx * @param operation The name of the operation to invoke. * @param mode The operation mode (normal or idempotent). * @param inParams The encoded in-parameters for the operation. - * @return If the operation completed successfully, the return value - * is true. If the operation raises a user exception, - * the return value is false; in this case, outParams - * contains the encoded user exception. If the operation raises a run-time exception, - * it throws it directly. + * @return If the operation was invoked synchronously (because there + * was no need to queue the request), the return value is true; + * otherwise, if the invocation was queued, the return value is false. * * @see AMI_Object_ice_invoke * @see OperationMode @@ -163,11 +163,9 @@ public interface ObjectPrx * @param mode The operation mode (normal or idempotent). * @param inParams The encoded in-parameters for the operation. * @param context The context map for the invocation. - * @return If the operation completed successfully, the return value - * is true. If the operation raises a user exception, - * the return value is false; in this case, outParams - * contains the encoded user exception. If the operation raises a run-time exception, - * it throws it directly. + * @return If the operation was invoked synchronously (because there + * was no need to queue the request), the return value is true; + * otherwise, if the invocation was queued, the return value is false. * * @see AMI_Object_ice_invoke * @see OperationMode -- cgit v1.2.3