import"SALOME_SDS.idl";

Public Member Functions | |
| void | ping () |
| string | getScopeName () |
| StringVec | listVars () |
| boolean | existVar (in string varName) raises (SALOME::SALOME_Exception) |
| void | deleteVar (in string varName) raises (SALOME::SALOME_Exception) |
| boolean | shutdownIfNotHostedByDSM (out DataScopeKiller killer) raises (SALOME::SALOME_Exception) |
| ByteVec | fetchSerializedContent (in string varName) raises (SALOME::SALOME_Exception) |
| SeqOfByteVec | getAllKeysOfVarWithTypeDict (in string varName) raises (SALOME::SALOME_Exception) |
| ByteVec | getValueOfVarWithTypeDict (in string varName, in ByteVec constKey) raises (SALOME::SALOME_Exception) |
| void | takeANap (in double napDurationInSec) raises (SALOME::SALOME_Exception) |
| void SALOME::DataScopeServerBase::deleteVar | ( | in string | varName | ) | |
| raises | ( | SALOME::SALOME_Exception | |||
| ) | |||||
| boolean SALOME::DataScopeServerBase::existVar | ( | in string | varName | ) | |
| raises | ( | SALOME::SALOME_Exception | |||
| ) | |||||
| ByteVec SALOME::DataScopeServerBase::fetchSerializedContent | ( | in string | varName | ) | |
| raises | ( | SALOME::SALOME_Exception | |||
| ) | |||||
| SeqOfByteVec SALOME::DataScopeServerBase::getAllKeysOfVarWithTypeDict | ( | in string | varName | ) | |
| raises | ( | SALOME::SALOME_Exception | |||
| ) | |||||
| string SALOME::DataScopeServerBase::getScopeName | ( | ) |
| ByteVec SALOME::DataScopeServerBase::getValueOfVarWithTypeDict | ( | in string | varName, |
| in ByteVec | constKey | ||
| ) | |||
| raises | ( | SALOME::SALOME_Exception | |
| ) | |||
| StringVec SALOME::DataScopeServerBase::listVars | ( | ) |
| void SALOME::DataScopeServerBase::ping | ( | ) |
| boolean SALOME::DataScopeServerBase::shutdownIfNotHostedByDSM | ( | out DataScopeKiller | killer | ) | |
| raises | ( | SALOME::SALOME_Exception | |||
| ) | |||||
| void SALOME::DataScopeServerBase::takeANap | ( | in double | napDurationInSec | ) | |
| raises | ( | SALOME::SALOME_Exception | |||
| ) | |||||