Version: 9.12.0
SALOME::PickelizedPyObjRdWrServer Interface Reference

import"SALOME_SDS.idl";

Inheritance diagram for SALOME::PickelizedPyObjRdWrServer:

Public Member Functions

void setSerializedContent (in ByteVec newValue) raises (SALOME::SALOME_Exception)
 
PickelizedPyObjRdWrServer invokePythonMethodOn (in string method, in ByteVec args) raises (SALOME::SALOME_Exception)
 
ByteVec fetchSerializedContent () raises (SALOME::SALOME_Exception)
 
DataScopeServer getMyDataScopeServer ()
 
string getVarName ()
 
string getScopeName ()
 
long getRCValue ()
 
void Register ()
 Increase the reference count (mark as used by another object). More...
 
void UnRegister ()
 Decrease the reference count (release by another object). More...
 
void Destroy ()
 Obsolete, left for compatibility reasons only. More...
 

Member Function Documentation

◆ Destroy()

void SALOME::GenericObj::Destroy ( )
inherited

Obsolete, left for compatibility reasons only.

Use UnRegister() instead.

◆ fetchSerializedContent()

ByteVec SALOME::PickelizedPyObjServer::fetchSerializedContent ( )
raises (SALOME::SALOME_Exception
)
inherited

◆ getMyDataScopeServer()

DataScopeServer SALOME::BasicDataServer::getMyDataScopeServer ( )
inherited

◆ getRCValue()

long SALOME::BasicDataServer::getRCValue ( )
inherited

◆ getScopeName()

string SALOME::BasicDataServer::getScopeName ( )
inherited

◆ getVarName()

string SALOME::BasicDataServer::getVarName ( )
inherited

◆ invokePythonMethodOn()

PickelizedPyObjRdWrServer SALOME::PickelizedPyObjRdWrServer::invokePythonMethodOn ( in string  method,
in ByteVec  args 
)
raises (SALOME::SALOME_Exception
)

◆ Register()

void SALOME::GenericObj::Register ( )
inherited

Increase the reference count (mark as used by another object).

◆ setSerializedContent()

void SALOME::PickelizedPyObjRdWrServer::setSerializedContent ( in ByteVec  newValue)
raises (SALOME::SALOME_Exception
)

◆ UnRegister()

void SALOME::GenericObj::UnRegister ( )
inherited

Decrease the reference count (release by another object).

Referenced by SALOME_PyNode.Generic::Destroy().