Version: 8.3.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

void SALOME::GenericObj::Destroy ( )
inherited

Obsolete, left for compatibility reasons only.

Use UnRegister() instead.

ByteVec SALOME::PickelizedPyObjServer::fetchSerializedContent ( ) raises (SALOME::SALOME_Exception)
inherited
DataScopeServer SALOME::BasicDataServer::getMyDataScopeServer ( )
inherited
long SALOME::BasicDataServer::getRCValue ( )
inherited
string SALOME::BasicDataServer::getScopeName ( )
inherited
string SALOME::BasicDataServer::getVarName ( )
inherited
PickelizedPyObjRdWrServer SALOME::PickelizedPyObjRdWrServer::invokePythonMethodOn ( in string  method,
in ByteVec  args 
) raises (SALOME::SALOME_Exception)
void SALOME::GenericObj::Register ( )
inherited

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

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

Decrease the reference count (release by another object).