summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/FTComponents/FTTask.idl
blob: 5067fbdaa8e1aa3d53e1d0808306a94d8b9fe61e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#include <Components.idl>
#include <ReplicatedApplication.idl>
#include "Worker.idl"

module DeCoRAM
{
  component FTTask supports Worker, ReplicatedApplication 
  {
    attribute Object COMPONENT_REFERENCE;
    attribute short  role;
    attribute double load;
    attribute long   failure_count;
    attribute string nested_object_ior;
  };

  home FTTaskHome manages FTTask
  {
  };
};