Version: 8.3.0
SALOME::PickelizedPyObjRdExtServer Interface Reference

import "SALOME_SDS.idl";

Inheritance diagram for SALOME::PickelizedPyObjRdExtServer:

Public Member Functions

PickelizedPyObjRdExtServer 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
PickelizedPyObjRdExtServer SALOME::PickelizedPyObjRdExtServer::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::GenericObj::UnRegister ( )
inherited

Decrease the reference count (release by another object).