summaryrefslogtreecommitdiff
path: root/CIAO/ciao/FTComponentServer/AppMonitor/monitor.idl
blob: 150f80388ed81e016d2b3f1aa909220f7335d223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef MONITOR_IDL
#define MONITOR_IDL

interface HostMonitor
{
  boolean register_process (in string process_id, in string hostname, in long port);
  boolean unregister_process (in string process_id);
  short heartbeat_port (in string process_id);
  void dump ();
};

#endif // MONITOR_IDL