summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/ImplRepo_Service/ImR_Activator.idl
blob: aa0fecbd401382dd6ac4d1ad1caa59cc20893146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- IDL -*-

// $Id$

#include "tao/ImR_Client/ImplRepo.pidl"

module ImplementationRepository
{
  interface Activator
  {
    // Tells the activator to launch a server with the given information.
    void start_server(in string name, in string cmdline,
      in string dir, in EnvironmentList env) raises(CannotActivate);

    oneway void shutdown();
  };
};