summaryrefslogtreecommitdiff
path: root/java/src/Ice/_ObjectDelD.java
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-08-23 05:29:27 +0000
committerMichi Henning <michi@zeroc.com>2002-08-23 05:29:27 +0000
commitb6620eb2ba6736220780b686ecf05e75f455aafd (patch)
tree1dd468fbd36577370cddbb7d0e7d43702a0344d7 /java/src/Ice/_ObjectDelD.java
parentFixed duplicate code generation for include Slice files. Fault tolerance (diff)
downloadice-b6620eb2ba6736220780b686ecf05e75f455aafd.tar.bz2
ice-b6620eb2ba6736220780b686ecf05e75f455aafd.tar.xz
ice-b6620eb2ba6736220780b686ecf05e75f455aafd.zip
Fixed code for nonmutating changes.
Diffstat (limited to 'java/src/Ice/_ObjectDelD.java')
-rw-r--r--java/src/Ice/_ObjectDelD.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/src/Ice/_ObjectDelD.java b/java/src/Ice/_ObjectDelD.java
index 91b1e24928a..e4eb92f19dc 100644
--- a/java/src/Ice/_ObjectDelD.java
+++ b/java/src/Ice/_ObjectDelD.java
@@ -189,11 +189,11 @@ public class _ObjectDelD implements _ObjectDel
}
public boolean
- ice_invoke(String operation, boolean isNonmutating, byte[] inParams, ByteSeqHolder outParams, java.util.Map context)
+ ice_invoke(String operation, boolean isIdempotent, byte[] inParams, ByteSeqHolder outParams, java.util.Map context)
throws LocationForward, IceInternal.NonRepeatable
{
Current current = new Current();
- __initCurrent(current, operation, isNonmutating, context);
+ __initCurrent(current, operation, isIdempotent, context);
while(true)
{
IceInternal.Direct __direct = new IceInternal.Direct(__adapter, current);
@@ -264,12 +264,12 @@ public class _ObjectDelD implements _ObjectDel
protected IceInternal.Reference __reference;
protected final void
- __initCurrent(Current current, String op, boolean isNonmutating, java.util.Map context)
+ __initCurrent(Current current, String op, boolean isIdempotent, java.util.Map context)
{
current.id = __reference.identity;
current.facet = __reference.facet;
current.operation = op;
- current.isNonmutating = isNonmutating;
+ current.isIdempotent = isIdempotent;
current.ctx = context;
}