Version: 9.15.0
SALOME_PyNode.ContextExchanger_i Class Reference
Inheritance diagram for SALOME_PyNode.ContextExchanger_i:

Public Member Functions

def __init__ (self, inCtx)
 
def getPOA (self)
 
def getInputContext (self)
 
def pushOutputContext (self, ctx)
 
def finishPushContext (self)
 
def getOutputContext (self)
 

Private Attributes

 _poa
 
 _in_ctx
 
 _out_ctx
 
 _output_context
 

Detailed Description

In TCP mode, servant hosted SALOME_Container side.

Constructor & Destructor Documentation

◆ __init__()

def SALOME_PyNode.ContextExchanger_i.__init__ (   self,
  inCtx 
)

Member Function Documentation

◆ finishPushContext()

def SALOME_PyNode.ContextExchanger_i.finishPushContext (   self)

◆ getInputContext()

◆ getOutputContext()

def SALOME_PyNode.ContextExchanger_i.getOutputContext (   self)

◆ getPOA()

◆ pushOutputContext()

def SALOME_PyNode.ContextExchanger_i.pushOutputContext (   self,
  ctx 
)

Field Documentation

◆ _in_ctx

SALOME_PyNode.ContextExchanger_i._in_ctx
private

◆ _out_ctx

SALOME_PyNode.ContextExchanger_i._out_ctx
private

◆ _output_context

SALOME_PyNode.ContextExchanger_i._output_context
private

◆ _poa