summaryrefslogtreecommitdiff
path: root/DAnCE/dance/FaultCorrelationManager/FaultCorrelationManager.idl
blob: 7dbaf2c86125a1ff171cef4089cbaff2f850f0ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

#ifndef FAULTCORRELATIONMANAGER_IDL
#define FAULTCORRELATIONMANAGER_IDL

#include "orbsvcs/orbsvcs/LWFT/FaultNotification.idl"
#include "dance/Deployment/Deployment_ExecutionManager.idl"

module DAnCE 
{
  interface FaultCorrelationManager : FLARE::FaultNotification, Deployment::ExecutionManager {
    void stop_failover_unit (in string fou_id);
  };
};

#endif /* FAULTCORRELATIONMANAGER_IDL */