From: fkl Date: Wed, 11 Feb 2004 11:11:52 +0000 (+0000) Subject: new functionnalities for colocalisation performance in GEOMClient X-Git-Tag: KLOSS_br1_20040312~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6a8468fe660ab331f27e67815290ecd4adfc01fe;p=modules%2Fkernel.git new functionnalities for colocalisation performance in GEOMClient --- diff --git a/idl/SALOME_Component.idl b/idl/SALOME_Component.idl index ad9be3b06..a18580fe7 100644 --- a/idl/SALOME_Component.idl +++ b/idl/SALOME_Component.idl @@ -83,6 +83,14 @@ module Engines Returns True if the %container has been killed */ boolean Kill_impl() ; +/*! + Returns the hostname of the container +*/ + string getHostName(); +/*! + Returns the PID of the container +*/ + long getPID(); }; /*! \brief Interface of the %component