Version: 8.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Registry::Components Interface Reference

interface to use SALOME registry More...

Public Member Functions

void ping ()
 check if registry is running More...
 
long getPID ()
 Get the pid of registry server. More...
 
unsigned long add (in Infos lesInfos)
 Add one information to the registry. More...
 
void remove (in unsigned long id)
 Remove an information from the registry. More...
 
unsigned long size ()
 Get the size of the registry. More...
 
AllInfos getall ()
 Get all informations from registry. More...
 
AllInfos history ()
 Get history information from registry. More...
 
oneway void end ()
 Stop the registry (hard exit) More...
 
oneway void hello (in unsigned long id)
 Say hello to registry from process id. More...
 
void Shutdown ()
 Shutdown registry server (CORBA exit) More...
 

Detailed Description

interface to use SALOME registry

Member Function Documentation

void Registry::Components::ping ( )

check if registry is running

long Registry::Components::getPID ( )

Get the pid of registry server.

unsigned long Registry::Components::add ( in Infos  lesInfos)

Add one information to the registry.

void Registry::Components::remove ( in unsigned long  id)

Remove an information from the registry.

unsigned long Registry::Components::size ( )

Get the size of the registry.

AllInfos Registry::Components::getall ( )

Get all informations from registry.

AllInfos Registry::Components::history ( )

Get history information from registry.

oneway void Registry::Components::end ( )

Stop the registry (hard exit)

oneway void Registry::Components::hello ( in unsigned long  id)

Say hello to registry from process id.

void Registry::Components::Shutdown ( )

Shutdown registry server (CORBA exit)