interface to use SALOME registry More...
import "SALOME_Registry.idl";
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... | |
interface to use SALOME registry
unsigned long Registry::Components::add | ( | in Infos | lesInfos | ) |
Add one information to the registry.
oneway void Registry::Components::end | ( | ) |
Stop the registry (hard exit)
AllInfos Registry::Components::getall | ( | ) |
Get all informations from registry.
long Registry::Components::getPID | ( | ) |
Get the pid of registry server.
oneway void Registry::Components::hello | ( | in unsigned long | id | ) |
Say hello to registry from process id.
AllInfos Registry::Components::history | ( | ) |
Get history information from registry.
void Registry::Components::ping | ( | ) |
check if registry is running
void Registry::Components::remove | ( | in unsigned long | id | ) |
Remove an information from the registry.
void Registry::Components::Shutdown | ( | ) |
Shutdown registry server (CORBA exit)
unsigned long Registry::Components::size | ( | ) |
Get the size of the registry.