summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Ping.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Ping.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Ping.idl16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Ping.idl b/TAO/orbsvcs/orbsvcs/Ping.idl
new file mode 100644
index 00000000000..50be83c601a
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Ping.idl
@@ -0,0 +1,16 @@
+// $Id$
+
+#ifndef TAO_PING_IDL
+#define TAO_PING_IDL
+
+interface Ping_Object
+{
+ void ping ();
+ // Used for checking for liveness of a server. When the server
+ // receives this, it should send back a response indicating it is
+ // sill alive. Depending on the policy specified, a timeout can be
+ // reached where the Implementation Repository will restart the
+ // server.
+};
+
+#endif /*TAO_PING_IDL */