summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Ping.idl
blob: 50be83c601a45d5cda83bed64231afc1a77eb21e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */