25 # ifndef __registry_idl__
26 # define __registry_idl__
67 void remove ( in
unsigned long id ) ;
77 oneway
void hello( in
unsigned long id ) ;
interface to use SALOME registry
Definition: SALOME_Registry.idl:59
void ping()
check if registry is running
unsigned long add(in Infos lesInfos)
Add one information to the registry.
unsigned long size()
Get the size of the registry.
void Shutdown()
Shutdown registry server (CORBA exit)
AllInfos getall()
Get all information from registry.
AllInfos history()
Get history information from registry.
long getPID()
Get the pid of registry server.
oneway void end()
Stop the registry (hard exit)
oneway void hello(in unsigned long id)
Say hello to registry from process id.
module that provides interface to SALOME registry
Definition: SALOME_Registry.idl:34
sequence< Infos > AllInfos
a list of information
Definition: SALOME_Registry.idl:54
a struct to collect information about servers (processes)
Definition: SALOME_Registry.idl:37
string adip
Definition: SALOME_Registry.idl:41
string machine
Definition: SALOME_Registry.idl:40
string pwname
Definition: SALOME_Registry.idl:43
long tc_hello
Definition: SALOME_Registry.idl:45
long tc_start
Definition: SALOME_Registry.idl:44
long difftime
Definition: SALOME_Registry.idl:47
string name
Definition: SALOME_Registry.idl:38
string ior
Definition: SALOME_Registry.idl:50
long status
Definition: SALOME_Registry.idl:49
long tc_end
Definition: SALOME_Registry.idl:46
long pid
Definition: SALOME_Registry.idl:39
string cdir
Definition: SALOME_Registry.idl:48
long uid
Definition: SALOME_Registry.idl:42