summaryrefslogtreecommitdiff
path: root/java/src/Ice/ObjectPrx.java
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-09-25 11:16:00 +0200
committerJose <jose@zeroc.com>2014-09-25 11:16:00 +0200
commitf6d17fdeefe51b77267d16c6ece7439135564acc (patch)
treef52eb378bb4ccadb624cca3c568008f41210ed57 /java/src/Ice/ObjectPrx.java
parentFix (ICE-5662) - OpenSSL implementation should print list of enabled ciphers (diff)
downloadice-f6d17fdeefe51b77267d16c6ece7439135564acc.tar.bz2
ice-f6d17fdeefe51b77267d16c6ece7439135564acc.tar.xz
ice-f6d17fdeefe51b77267d16c6ece7439135564acc.zip
Remove leftovers of the old AMI mapping
Diffstat (limited to 'java/src/Ice/ObjectPrx.java')
-rw-r--r--java/src/Ice/ObjectPrx.java43
1 files changed, 0 insertions, 43 deletions
diff --git a/java/src/Ice/ObjectPrx.java b/java/src/Ice/ObjectPrx.java
index b3af5ef6eb8..57f30adaff8 100644
--- a/java/src/Ice/ObjectPrx.java
+++ b/java/src/Ice/ObjectPrx.java
@@ -749,40 +749,6 @@ public interface ObjectPrx
boolean end_ice_invoke(ByteSeqHolder outParams, AsyncResult __result);
/**
- * Invokes an operation dynamically and asynchronously.
- *
- * @param cb The callback object to notify when the operation completes.
- * @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 was invoked synchronously (because there
- * was no need to queue the request), the return value is <code>true</code>;
- * otherwise, if the invocation was queued, the return value is <code>false</code>.
- *
- * @see AMI_Object_ice_invoke
- * @see OperationMode
- **/
- boolean ice_invoke_async(AMI_Object_ice_invoke cb, String operation, OperationMode mode, byte[] inParams);
-
- /**
- * Invokes an operation dynamically and asynchronously.
- *
- * @param cb The callback object to notify when the operation completes.
- * @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.
- * @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 <code>true</code>;
- * otherwise, if the invocation was queued, the return value is <code>false</code>.
- *
- * @see AMI_Object_ice_invoke
- * @see OperationMode
- **/
- boolean ice_invoke_async(AMI_Object_ice_invoke cb, String operation, OperationMode mode, byte[] inParams,
- java.util.Map<String, String> context);
-
- /**
* Returns the identity embedded in this proxy.
*
* @return The identity of the target object.
@@ -1196,15 +1162,6 @@ public interface ObjectPrx
/**
* Asynchronously flushes any pending batched requests for this communicator. The call does not block.
*
- * @param cb The callback object to notify the application when the flush is complete.
- * @return <code>true</code> if the requests were flushed immediately without blocking; <code>false</code>
- * if the requests could not be flushed immediately.
- **/
- boolean ice_flushBatchRequests_async(AMI_Object_ice_flushBatchRequests cb);
-
- /**
- * Asynchronously flushes any pending batched requests for this communicator. The call does not block.
- *
* @return The asynchronous result object.
**/
AsyncResult begin_ice_flushBatchRequests();