summaryrefslogtreecommitdiff
path: root/java/src/Ice/_ObjectDel.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/_ObjectDel.java')
-rw-r--r--java/src/Ice/_ObjectDel.java22
1 files changed, 22 insertions, 0 deletions
diff --git a/java/src/Ice/_ObjectDel.java b/java/src/Ice/_ObjectDel.java
new file mode 100644
index 00000000000..a090a429a95
--- /dev/null
+++ b/java/src/Ice/_ObjectDel.java
@@ -0,0 +1,22 @@
+// **********************************************************************
+//
+// Copyright (c) 2001
+// MutableRealms, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved
+//
+// **********************************************************************
+
+package Ice;
+
+public interface _ObjectDel
+{
+ boolean ice_isA(String id)
+ throws LocationForward, IceInternal.NonRepeatable;
+
+ void ice_ping()
+ throws LocationForward, IceInternal.NonRepeatable;
+
+ void ice_flush();
+}