summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Deployment/Deployment_DomainApplicationManager.idl
blob: d8d12e3af40c92c9e13c8ea75a331e8913066e9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

#ifndef DOMAINAPPLICATIONMANAGER_IDL
#define DOMAINAPPLICATIONMANAGER_IDL

#include "DAnCE/Deployment/Deployment_DeploymentPlan.idl"
#include "DAnCE/Deployment/Deployment_ApplicationManager.idl"

module Deployment {
  interface DomainApplicationManager : ApplicationManager
   {
     Applications getApplications ();
     DeploymentPlan getPlan ();
   };

   typedef sequence < DomainApplicationManager > DomainApplicationManagers;
};

#endif /* DOMAINAPPLICATIONMANAGER_IDL */