summaryrefslogtreecommitdiff
path: root/java/src/Ice/_ObjectDelD.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/_ObjectDelD.java')
-rw-r--r--java/src/Ice/_ObjectDelD.java14
1 files changed, 8 insertions, 6 deletions
diff --git a/java/src/Ice/_ObjectDelD.java b/java/src/Ice/_ObjectDelD.java
index 6c702ca67ba..e283006e733 100644
--- a/java/src/Ice/_ObjectDelD.java
+++ b/java/src/Ice/_ObjectDelD.java
@@ -9,10 +9,12 @@
package Ice;
+import Ice.Instrumentation.InvocationObserver;
+
public class _ObjectDelD implements _ObjectDel
{
public boolean
- ice_isA(final String __id, java.util.Map<String, String> __context)
+ ice_isA(final String __id, java.util.Map<String, String> __context, InvocationObserver __observer)
throws IceInternal.LocalExceptionWrapper
{
final Current __current = new Current();
@@ -62,7 +64,7 @@ public class _ObjectDelD implements _ObjectDel
}
public void
- ice_ping(java.util.Map<String, String> __context)
+ ice_ping(java.util.Map<String, String> __context, InvocationObserver __observer)
throws IceInternal.LocalExceptionWrapper
{
final Current __current = new Current();
@@ -109,7 +111,7 @@ public class _ObjectDelD implements _ObjectDel
}
public String[]
- ice_ids(java.util.Map<String, String> __context)
+ ice_ids(java.util.Map<String, String> __context, InvocationObserver __observer)
throws IceInternal.LocalExceptionWrapper
{
final Current __current = new Current();
@@ -160,7 +162,7 @@ public class _ObjectDelD implements _ObjectDel
}
public String
- ice_id(java.util.Map<String, String> __context)
+ ice_id(java.util.Map<String, String> __context, InvocationObserver __observer)
throws IceInternal.LocalExceptionWrapper
{
final Current __current = new Current();
@@ -211,13 +213,13 @@ public class _ObjectDelD implements _ObjectDel
public boolean
ice_invoke(String operation, Ice.OperationMode mode, byte[] inParams, ByteSeqHolder outParams,
- java.util.Map<String, String> context)
+ java.util.Map<String, String> context, InvocationObserver observer)
{
throw new CollocationOptimizationException();
}
public void
- ice_flushBatchRequests()
+ ice_flushBatchRequests(InvocationObserver observer)
{
throw new CollocationOptimizationException();
}