summaryrefslogtreecommitdiff
path: root/java/src/Ice/_ObjectDelM.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/_ObjectDelM.java')
-rw-r--r--java/src/Ice/_ObjectDelM.java48
1 files changed, 48 insertions, 0 deletions
diff --git a/java/src/Ice/_ObjectDelM.java b/java/src/Ice/_ObjectDelM.java
index d2c2eab18e8..61e3a77a488 100644
--- a/java/src/Ice/_ObjectDelM.java
+++ b/java/src/Ice/_ObjectDelM.java
@@ -42,6 +42,54 @@ public class _ObjectDelM implements _ObjectDel
}
}
+ public String[]
+ ice_ids(java.util.Map __context)
+ throws LocationForward, IceInternal.NonRepeatable
+ {
+ IceInternal.Outgoing __out =
+ new IceInternal.Outgoing(__connection, __reference, "ice_ids",
+ true, __context);
+ IceInternal.BasicStream __is = __out.is();
+ IceInternal.BasicStream __os = __out.os();
+ if (!__out.invoke())
+ {
+ throw new UnknownUserException();
+ }
+ return __is.readStringSeq();
+ }
+
+ public String
+ ice_id(java.util.Map __context)
+ throws LocationForward, IceInternal.NonRepeatable
+ {
+ IceInternal.Outgoing __out =
+ new IceInternal.Outgoing(__connection, __reference, "ice_id",
+ true, __context);
+ IceInternal.BasicStream __is = __out.is();
+ IceInternal.BasicStream __os = __out.os();
+ if (!__out.invoke())
+ {
+ throw new UnknownUserException();
+ }
+ return __is.readString();
+ }
+
+ public String[]
+ ice_facets(java.util.Map __context)
+ throws LocationForward, IceInternal.NonRepeatable
+ {
+ IceInternal.Outgoing __out =
+ new IceInternal.Outgoing(__connection, __reference, "ice_facets",
+ true, __context);
+ IceInternal.BasicStream __is = __out.is();
+ IceInternal.BasicStream __os = __out.os();
+ if (!__out.invoke())
+ {
+ throw new UnknownUserException();
+ }
+ return __is.readStringSeq();
+ }
+
public byte[]
ice_invoke(String operation, boolean nonmutating, byte[] inParams,
java.util.Map __context)