diff options
Diffstat (limited to 'java/src/Ice/_ObjectDel.java')
-rw-r--r-- | java/src/Ice/_ObjectDel.java | 22 |
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(); +} |