interface GlobalComm

A global communication space used to obtain initial object references More...

Full nameArts::GlobalComm
Definition#include <arts/core.idl>
Inherited byTmpGlobalComm
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

A global communication space used to obtain initial object references

MCOP needs a way to connect to initial (global) object references. This is done by these global communication spaces.

boolean  put (string variable, string value)

put

puts a variable/value pair into the global communication space - it will not change the value of the variable if it is already present. Returns true if success, false if the variable was already there.

string  get (string variable)

get

gets the value of a variable out of the global communication space - it returns an empty string when the variable isn't there

void  erase (string variable)

erase

removes a variable from the global communication space


Generated by: stefan on stefan on Sat Jun 2 23:13:43 2001, using kdoc 2.0a53.