The SALOME base class for all DSC components implemented in python (interface Engines::Superv_Component). More...

Public Member Functions | |
| def | __init__ (self, orb, poa, contID, containerName, instanceName, interfaceName) |
| def | init_service (self, service) |
| def | get_provides_port (self, name, error) |
| def | connect_uses_port (self, name, port) |
| def | connect_provides_port (self, name) |
| def | disconnect_provides_port (self, name, message) |
| def | disconnect_uses_port (self, name, port, message) |
| def | get_port_properties (self, name) |
| def | setInputFileToService (self, service_name, Salome_file_name) |
| def | checkInputFilesToService (self, service_name) |
| def | getInputFileToService (self, service_name, Salome_file_name) |
| def | setOutputFileToService (self, service_name, Salome_file_name) |
| def | getOutputFileToService (self, service_name, Salome_file_name) |
| def | checkOutputFilesToService (self, service_name) |
| def | beginService (self, service_name) |
| def | getCorbaRef (self) |
| def | ping (self) |
| def | setProperties (self, dico) |
| def | getProperties (self) |
| def | destroy (self) |
| def | GetContainerRef (self) |
| def | endService (self, serviceName) |
| def | sendMessage (self, event_type, message) |
| def | Names (self, GraphName, NodeName) |
| def | graphName (self) |
| def | nodeName (self) |
| def | Killer (self, ThreadId, signum) |
| def | Kill_impl (self) |
| def | Stop_impl (self) |
| def | Suspend_impl (self) |
| def | Resume_impl (self) |
| def | CpuUsed_impl (self) |
| def | DumpPython (self, isPublished, isMultiFile) |
| def | hasObjectInfo (self) |
| def | getObjectInfo (self, entry) |
| def | getVersion (self) |
| def | IORToLocalPersistentID (self, theSObject, IORString, isMultiFile, isASCII) |
| def | IORToLocalPersistentID (self, theSObject, IORString, isMultiFile, isASCII) |
| def | LocalPersistentIDToIOR (self, theSObject, PersistentID, isMultiFile, isASCII) |
| def | LocalPersistentIDToIOR (self, theSObject, PersistentID, isMultiFile, isASCII) |
| def | ComponentDataType (self) |
| def | ComponentDataType (self) |
| def | Version (self) |
| def | Version (self) |
| def | Save (self, theComponent, theURL, isMultiFile) |
| def | Save (self, theComponent, theURL, isMultiFile) |
| def | SaveASCII (self, theComponent, theURL, isMultiFile) |
| def | SaveASCII (self, theComponent, theURL, isMultiFile) |
| def | Load (self, theComponent, theStream, theURL, isMultiFile) |
| def | Load (self, theComponent, theStream, theURL, isMultiFile) |
| def | LoadASCII (self, theComponent, theStream, theURL, isMultiFile) |
| def | LoadASCII (self, theComponent, theStream, theURL, isMultiFile) |
| def | Close (self, theComponent) |
| def | Close (self, theComponent) |
| def | CanPublishInStudy (self, theIOR) |
| def | CanPublishInStudy (self, theIOR) |
| def | PublishInStudy (self, theSObject, theObject, theName) |
| def | PublishInStudy (self, theSObject, theObject, theName) |
| def | CanCopy (self, theObject) |
| def | CanCopy (self, theObject) |
| def | CopyFrom (theObject, theObjectID) |
| def | CopyFrom (theObject, theObjectID) |
| def | CanPaste (theComponentName, theObjectID) |
| def | CanPaste (theComponentName, theObjectID) |
| def | PasteInto (theStream, theObjectID, theObject) |
| def | PasteInto (theStream, theObjectID, theObject) |
Data Fields | |
| proxy | |
Static Public Attributes | |
| enums | |
Private Member Functions | |
| def | _get_instanceName (self) |
| def | _get_interfaceName (self) |
Static Private Attributes | |
| _orb = None | |
| _poa = None | |
| list | _fieldsDict = [] |
The SALOME base class for all DSC components implemented in python (interface Engines::Superv_Component).
A Python DSC component is implemented by a Python class that has the name of the component and is located in a python module that has the name of the component. You must derive it and implement init_service and those methods that are services of the component.
| def dsccalcium.PyDSCComponent.__init__ | ( | self, | |
| orb, | |||
| poa, | |||
| contID, | |||
| containerName, | |||
| instanceName, | |||
| interfaceName | |||
| ) |
|
privateinherited |
|
privateinherited |
| def dsccalcium.PyDSCComponent.beginService | ( | self, | |
| service_name | |||
| ) |
Reimplemented from SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.
References SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.beginService(), dsccalcium.PyDSCComponent.proxy, and Parallel_Salome_file_i.proxy.
|
inherited |
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.CanCopy().
|
inherited |
References SALOME_DriverPy.SALOME_DriverPy_i.CanCopy().
|
inherited |
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.CanPaste().
|
inherited |
References SALOME_DriverPy.SALOME_DriverPy_i.CanPaste().
|
inherited |
|
inherited |
| def dsccalcium.PyDSCComponent.checkInputFilesToService | ( | self, | |
| service_name | |||
| ) |
References dsccalcium.PyDSCComponent.proxy, and Parallel_Salome_file_i.proxy.
| def dsccalcium.PyDSCComponent.checkOutputFilesToService | ( | self, | |
| service_name | |||
| ) |
References dsccalcium.PyDSCComponent.proxy, and Parallel_Salome_file_i.proxy.
|
inherited |
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.Close().
|
inherited |
References SALOME_DriverPy.SALOME_DriverPy_i.Close().
|
inherited |
References SALOME_DriverPy.SALOME_DriverPy_i._ComponentDataType.
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.ComponentDataType().
|
inherited |
| def dsccalcium.PyDSCComponent.connect_provides_port | ( | self, | |
| name | |||
| ) |
References dsccalcium.PyDSCComponent.proxy, and Parallel_Salome_file_i.proxy.
| def dsccalcium.PyDSCComponent.connect_uses_port | ( | self, | |
| name, | |||
| port | |||
| ) |
References dsccalcium.PyDSCComponent.proxy, and Parallel_Salome_file_i.proxy.
|
inherited |
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.CopyFrom().
|
inherited |
References SALOME_DriverPy.SALOME_DriverPy_i.CopyFrom().
|
inherited |
References Engines_Component_i._Executed, SALOME_ComponentPy.SALOME_ComponentPy_Gen_i._Executed, Engines_Parallel_Component_i._Executed, Engines_Component_i._serviceName, SALOME_ComponentPy.SALOME_ComponentPy_Gen_i._serviceName, Engines_Parallel_Component_i._serviceName, Engines_Component_i._StartUsed, SALOME_ComponentPy.SALOME_ComponentPy_Gen_i._StartUsed, Engines_Parallel_Component_i._StartUsed, Engines_Component_i._ThreadCpuUsed, SALOME_ComponentPy.SALOME_ComponentPy_Gen_i._ThreadCpuUsed, Engines_Parallel_Component_i._ThreadCpuUsed, Engines_Component_i._ThreadId, SALOME_ComponentPy.SALOME_ComponentPy_Gen_i._ThreadId, Engines_Parallel_Component_i._ThreadId, and MESSAGE.
Referenced by SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.beginService(), and SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.endService().
|
inherited |
References Engines_Component_i._poa, SALOME_ComponentPy.SALOME_ComponentPy_Gen_i._poa, SALOME_Container.SALOME_Container_Abstract_i._poa, Abstract_Engines_Container_i._poa, SALOME_ContainerManager._poa, SALOME_ContainerPy.SALOME_ContainerPy_Gen_i._poa, SALOME_PyNode.ContextExchanger_i._poa, SALOME_ExternalServerLauncher._poa, SALOME_Launcher._poa, SALOME_LogManager._poa, Engines_Parallel_Component_i._poa, Engines_Parallel_Container_i._poa, Container_proxy_impl_final._poa, SALOME_ResourcesManager._poa, SALOMESDS::DataScopeServerBase._poa, SALOMESDS::DataServerManager._poa, SALOMESDS::PickelizedPyObjServer._poa, and MESSAGE.
| def dsccalcium.PyDSCComponent.disconnect_provides_port | ( | self, | |
| name, | |||
| message | |||
| ) |
References dsccalcium.PyDSCComponent.proxy, and Parallel_Salome_file_i.proxy.
| def dsccalcium.PyDSCComponent.disconnect_uses_port | ( | self, | |
| name, | |||
| port, | |||
| message | |||
| ) |
References dsccalcium.PyDSCComponent.proxy, and Parallel_Salome_file_i.proxy.
|
inherited |
|
inherited |
References Engines_Component_i._graphName, SALOME_ComponentPy.SALOME_ComponentPy_Gen_i._graphName, Engines_Parallel_Component_i._graphName, Engines_Component_i._instanceName, SALOME_ComponentPy.SALOME_ComponentPy_Gen_i._instanceName, Engines_Parallel_Component_i._instanceName, Engines_Component_i._nodeName, SALOME_ComponentPy.SALOME_ComponentPy_Gen_i._nodeName, Engines_Parallel_Component_i._nodeName, Engines_Component_i._ThreadId, SALOME_ComponentPy.SALOME_ComponentPy_Gen_i._ThreadId, Engines_Parallel_Component_i._ThreadId, Engines::EngineComponent.CpuUsed_impl(), Engines_Component_i.CpuUsed_impl(), Engines_Parallel_Component_i.CpuUsed_impl(), SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.CpuUsed_impl(), and MESSAGE.
| def dsccalcium.PyDSCComponent.get_port_properties | ( | self, | |
| name | |||
| ) |
References dsccalcium.PyDSCComponent.proxy, and Parallel_Salome_file_i.proxy.
| def dsccalcium.PyDSCComponent.get_provides_port | ( | self, | |
| name, | |||
| error | |||
| ) |
References dsccalcium.PyDSCComponent.proxy, and Parallel_Salome_file_i.proxy.
|
inherited |
|
inherited |
| def dsccalcium.PyDSCComponent.getInputFileToService | ( | self, | |
| service_name, | |||
| Salome_file_name | |||
| ) |
References dsccalcium.PyDSCComponent.proxy, and Parallel_Salome_file_i.proxy.
|
inherited |
| def dsccalcium.PyDSCComponent.getOutputFileToService | ( | self, | |
| service_name, | |||
| Salome_file_name | |||
| ) |
References dsccalcium.PyDSCComponent.proxy, and Parallel_Salome_file_i.proxy.
|
inherited |
|
inherited |
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.Version().
|
inherited |
|
inherited |
| def dsccalcium.PyDSCComponent.init_service | ( | self, | |
| service | |||
| ) |
|
inherited |
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.IORToLocalPersistentID().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
References SALOME_DriverPy.SALOME_DriverPy_i.Load().
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.LoadASCII().
|
inherited |
References SALOMEDS_AttLong_i.Load(), SALOMEDS_AttReal_i.Load(), SALOMEDS_BasicAttribute_i.Load(), SALOMEDS_StudyBuilder.Load(), SALOMEDSClient_StudyBuilder.Load(), SALOMEDS_Driver_i.Load(), SALOMEDSImpl_Driver.Load(), SALOMEDSImpl_StudyBuilder.Load(), DF_Attribute.Load(), SALOMEDSImpl_AttributePythonObject.Load(), SALOMEDSImpl_AttributeSequenceOfInteger.Load(), SALOMEDSImpl_AttributeSequenceOfReal.Load(), SALOMEDSImpl_AttributeStudyProperties.Load(), SALOMEDSImpl_AttributeTableOfInteger.Load(), SALOMEDSImpl_AttributeTableOfReal.Load(), SALOMEDSImpl_AttributeTableOfString.Load(), SALOMEDSImpl_AttributeTextColor.Load(), SALOMEDSImpl_AttributeTextHighlightColor.Load(), SALOMEDSImpl_AttributeTreeNode.Load(), DF_Document.Load(), SALOMEDSImpl_GenericVariable.Load(), SALOMEDSImpl_ScalarVariable.Load(), SALOMEDSImpl_AttributeComment.Load(), SALOMEDSImpl_AttributeDrawable.Load(), SALOMEDSImpl_AttributeExpandable.Load(), SALOMEDSImpl_AttributeExternalFileDef.Load(), SALOMEDSImpl_AttributeFileType.Load(), SALOMEDSImpl_AttributeInteger.Load(), SALOMEDSImpl_AttributeLocalID.Load(), SALOMEDSImpl_AttributeName.Load(), SALOMEDSImpl_AttributeOpened.Load(), SALOMEDSImpl_AttributeParameter.Load(), SALOMEDSImpl_AttributePersistentRef.Load(), SALOMEDSImpl_AttributePixMap.Load(), SALOMEDSImpl_AttributeReal.Load(), SALOMEDSImpl_AttributeReference.Load(), SALOMEDSImpl_AttributeSelectable.Load(), SALOMEDSImpl_AttributeString.Load(), SALOMEDS::Driver.Load(), SALOMEDS::StudyBuilder.Load(), SALOMEDS_DriverDefaultImpl.Load(), SALOMEDS_StudyBuilder_i.Load(), and SALOME_DriverPy.SALOME_DriverPy_i.Load().
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.LoadASCII().
|
inherited |
References SALOMEDS_AttLong_i.Load(), SALOMEDS_AttReal_i.Load(), SALOMEDS_BasicAttribute_i.Load(), SALOMEDS_StudyBuilder.Load(), SALOMEDSClient_StudyBuilder.Load(), SALOMEDS_Driver_i.Load(), SALOMEDSImpl_Driver.Load(), SALOMEDSImpl_StudyBuilder.Load(), DF_Attribute.Load(), SALOMEDSImpl_AttributePythonObject.Load(), SALOMEDSImpl_AttributeSequenceOfInteger.Load(), SALOMEDSImpl_AttributeSequenceOfReal.Load(), SALOMEDSImpl_AttributeStudyProperties.Load(), SALOMEDSImpl_AttributeTableOfInteger.Load(), SALOMEDSImpl_AttributeTableOfReal.Load(), SALOMEDSImpl_AttributeTableOfString.Load(), SALOMEDSImpl_AttributeTextColor.Load(), SALOMEDSImpl_AttributeTextHighlightColor.Load(), SALOMEDSImpl_AttributeTreeNode.Load(), DF_Document.Load(), SALOMEDSImpl_GenericVariable.Load(), SALOMEDSImpl_ScalarVariable.Load(), SALOMEDSImpl_AttributeComment.Load(), SALOMEDSImpl_AttributeDrawable.Load(), SALOMEDSImpl_AttributeExpandable.Load(), SALOMEDSImpl_AttributeExternalFileDef.Load(), SALOMEDSImpl_AttributeFileType.Load(), SALOMEDSImpl_AttributeInteger.Load(), SALOMEDSImpl_AttributeLocalID.Load(), SALOMEDSImpl_AttributeName.Load(), SALOMEDSImpl_AttributeOpened.Load(), SALOMEDSImpl_AttributeParameter.Load(), SALOMEDSImpl_AttributePersistentRef.Load(), SALOMEDSImpl_AttributePixMap.Load(), SALOMEDSImpl_AttributeReal.Load(), SALOMEDSImpl_AttributeReference.Load(), SALOMEDSImpl_AttributeSelectable.Load(), SALOMEDSImpl_AttributeString.Load(), SALOMEDS::Driver.Load(), SALOMEDS::StudyBuilder.Load(), SALOMEDS_DriverDefaultImpl.Load(), SALOMEDS_StudyBuilder_i.Load(), SALOME_DriverPy.SALOME_DriverPy_i.Load(), and SALOME_DriverPy.SALOME_DriverPy_i.LoadASCII().
|
inherited |
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.LocalPersistentIDToIOR().
|
inherited |
|
inherited |
|
inherited |
References Engines_Component_i._nodeName, SALOME_ComponentPy.SALOME_ComponentPy_Gen_i._nodeName, and Engines_Parallel_Component_i._nodeName.
Referenced by SALOME_PyNode.PyScriptNode_Abstract_i.assignNewCompiledCode(), SALOME_PyNode.PyScriptNode_Abstract_i.assignVarInContext(), SALOME_PyNode.PyScriptNode_Abstract_i.callMethodOnVarInContext(), SALOME_PyNode.PyNode_i.execute(), SALOME_PyNode.PyScriptNode_Abstract_i.execute(), SALOME_PyNode.PyNode_i.executeAnotherPieceOfCode(), SALOME_PyNode.PyScriptNode_Abstract_i.executeAnotherPieceOfCode(), SALOME_PyNode.PyScriptNode_Abstract_i.executeFirst(), SALOME_PyNode.PyScriptNode_Abstract_i.executeSecond(), SALOME_PyNode.PyScriptNode_Abstract_i.executeSimple(), SALOME_PyNode.PyNode_i.getName(), SALOME_PyNode.PyScriptNode_Abstract_i.getName(), SALOME_PyNode.PyScriptNode_Abstract_i.getValueOfVarInContext(), and SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.sendMessage().
|
inherited |
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.PasteInto().
|
inherited |
References SALOME_DriverPy.SALOME_DriverPy_i.PasteInto().
|
inherited |
References MESSAGE.
|
inherited |
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.PublishInStudy().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
References SALOME_DriverPy.SALOME_DriverPy_i.Save().
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.SaveASCII().
|
inherited |
References DF_Attribute.Save(), DF_Document.Save(), SALOMEDS_AttLong_i.Save(), SALOMEDS_AttReal_i.Save(), SALOMEDSImpl_AttributeComment.Save(), SALOMEDSImpl_AttributeDrawable.Save(), SALOMEDSImpl_AttributeExpandable.Save(), SALOMEDSImpl_AttributeExternalFileDef.Save(), SALOMEDSImpl_AttributeFileType.Save(), SALOMEDSImpl_AttributeInteger.Save(), SALOMEDSImpl_AttributeLocalID.Save(), SALOMEDSImpl_AttributeName.Save(), SALOMEDSImpl_AttributeOpened.Save(), SALOMEDSImpl_AttributeParameter.Save(), SALOMEDSImpl_AttributePersistentRef.Save(), SALOMEDSImpl_AttributePixMap.Save(), SALOMEDSImpl_AttributePythonObject.Save(), SALOMEDSImpl_AttributeReal.Save(), SALOMEDSImpl_AttributeReference.Save(), SALOMEDSImpl_AttributeSelectable.Save(), SALOMEDSImpl_AttributeSequenceOfInteger.Save(), SALOMEDSImpl_AttributeSequenceOfReal.Save(), SALOMEDSImpl_AttributeString.Save(), SALOMEDSImpl_AttributeStudyProperties.Save(), SALOMEDSImpl_AttributeTableOfInteger.Save(), SALOMEDSImpl_AttributeTableOfReal.Save(), SALOMEDSImpl_AttributeTableOfString.Save(), SALOMEDSImpl_AttributeTextColor.Save(), SALOMEDSImpl_AttributeTextHighlightColor.Save(), SALOMEDSImpl_AttributeTreeNode.Save(), SALOMEDSImpl_GenericVariable.Save(), SALOMEDSImpl_ScalarVariable.Save(), SALOMEDS_BasicAttribute_i.Save(), SALOMEDS_Study.Save(), SALOMEDSClient_Study.Save(), SALOMEDS_Driver_i.Save(), SALOMEDSImpl_Driver.Save(), SALOMEDS_Study_i.Save(), SALOMEDS::Study.Save(), SALOMEDS::Driver.Save(), SALOMEDS_DriverDefaultImpl.Save(), SALOMEDSImpl_Study.Save(), and SALOME_DriverPy.SALOME_DriverPy_i.Save().
Referenced by SALOME_DriverPy.SALOME_DriverPy_i.SaveASCII().
|
inherited |
References DF_Attribute.Save(), DF_Document.Save(), SALOMEDS_AttLong_i.Save(), SALOMEDS_AttReal_i.Save(), SALOMEDSImpl_AttributeComment.Save(), SALOMEDSImpl_AttributeDrawable.Save(), SALOMEDSImpl_AttributeExpandable.Save(), SALOMEDSImpl_AttributeExternalFileDef.Save(), SALOMEDSImpl_AttributeFileType.Save(), SALOMEDSImpl_AttributeInteger.Save(), SALOMEDSImpl_AttributeLocalID.Save(), SALOMEDSImpl_AttributeName.Save(), SALOMEDSImpl_AttributeOpened.Save(), SALOMEDSImpl_AttributeParameter.Save(), SALOMEDSImpl_AttributePersistentRef.Save(), SALOMEDSImpl_AttributePixMap.Save(), SALOMEDSImpl_AttributePythonObject.Save(), SALOMEDSImpl_AttributeReal.Save(), SALOMEDSImpl_AttributeReference.Save(), SALOMEDSImpl_AttributeSelectable.Save(), SALOMEDSImpl_AttributeSequenceOfInteger.Save(), SALOMEDSImpl_AttributeSequenceOfReal.Save(), SALOMEDSImpl_AttributeString.Save(), SALOMEDSImpl_AttributeStudyProperties.Save(), SALOMEDSImpl_AttributeTableOfInteger.Save(), SALOMEDSImpl_AttributeTableOfReal.Save(), SALOMEDSImpl_AttributeTableOfString.Save(), SALOMEDSImpl_AttributeTextColor.Save(), SALOMEDSImpl_AttributeTextHighlightColor.Save(), SALOMEDSImpl_AttributeTreeNode.Save(), SALOMEDSImpl_GenericVariable.Save(), SALOMEDSImpl_ScalarVariable.Save(), SALOMEDS_BasicAttribute_i.Save(), SALOMEDS_Study.Save(), SALOMEDSClient_Study.Save(), SALOMEDS_Driver_i.Save(), SALOMEDSImpl_Driver.Save(), SALOMEDS_Study_i.Save(), SALOMEDS::Study.Save(), SALOMEDS::Driver.Save(), SALOMEDS_DriverDefaultImpl.Save(), SALOMEDSImpl_Study.Save(), SALOME_DriverPy.SALOME_DriverPy_i.Save(), and SALOME_DriverPy.SALOME_DriverPy_i.SaveASCII().
|
inherited |
References Engines_Component_i._notifSupplier, SALOME_ComponentPy.SALOME_ComponentPy_Gen_i._notifSupplier, Engines_Parallel_Component_i._notifSupplier, Engines_Component_i.graphName(), Engines_Parallel_Component_i.graphName(), SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.graphName(), Engines_Component_i.nodeName(), SALOME_PyNode.PyNode_i.nodeName, Engines_Parallel_Component_i.nodeName(), SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.nodeName(), SALOME_ContainerHelper.ScriptExecInfoDeco.nodeName(), SALOME_ContainerHelper.ScriptInfoAbstract.nodeName(), SALOME_ContainerHelper.ScriptInfoDeco.nodeName(), and SALOME_PyNode.PyScriptNode_Abstract_i.nodeName.
| def dsccalcium.PyDSCComponent.setInputFileToService | ( | self, | |
| service_name, | |||
| Salome_file_name | |||
| ) |
References dsccalcium.PyDSCComponent.proxy, and Parallel_Salome_file_i.proxy.
| def dsccalcium.PyDSCComponent.setOutputFileToService | ( | self, | |
| service_name, | |||
| Salome_file_name | |||
| ) |
References dsccalcium.PyDSCComponent.proxy, and Parallel_Salome_file_i.proxy.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
privateinherited |
Referenced by SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.getCorbaRef().
|
privateinherited |
|
privateinherited |
Referenced by SALOME_ContainerPy.SALOME_ContainerPy_Gen_i._get_name(), SALOME_ContainerPy.SALOME_ContainerPy_Gen_i.create_component_instance(), SALOME_Container.SALOME_Container_Abstract_i.create_component_instance(), SALOME_Container.SALOME_Container_Abstract_i.setLogFileName(), and SALOME_ContainerPy.SALOME_ContainerPy_Gen_i.Shutdown().
|
privateinherited |
|
privateinherited |
|
staticprivateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
Referenced by SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.sendMessage().
|
staticprivateinherited |
Referenced by SALOME_Container.SALOME_Container_Abstract_i.__init__(), SALOME_ContainerPy.SALOME_ContainerPy_Gen_i.__init__(), SALOME_ContainerPy.SALOME_ContainerPy_i.__init__(), SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.__init__(), SALOME_NamingServicePy.SALOME_NamingServicePy_i.__init__(), SALOME_ContainerPy.SALOME_ContainerPy_Gen_i.create_component_instance(), SALOME_Container.SALOME_Container_Abstract_i.create_component_instance(), SALOME_Container.SALOME_Container_Abstract_i.create_pynode(), SALOME_Container.SALOME_Container_Abstract_i.create_pyscriptnode(), SALOME_Embedded_NamingService_ClientPy.SALOME_Embedded_NamingService_ClientPy.Register(), SALOME_Embedded_NamingService_ClientPy.SALOME_Embedded_NamingService_ClientPy.Resolve(), and SALOME_ContainerPy.SALOME_ContainerPy_Gen_i.Shutdown().
|
staticprivateinherited |
Referenced by SALOME_Container.SALOME_Container_Abstract_i.__init__(), SALOME_ContainerPy.SALOME_ContainerPy_Gen_i.__init__(), SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.__init__(), SALOME_ContainerPy.SALOME_ContainerPy_Gen_i.create_component_instance(), SALOME_Container.SALOME_Container_Abstract_i.create_component_instance(), SALOME_Container.SALOME_Container_Abstract_i.create_pynode(), SALOME_Container.SALOME_Container_Abstract_i.create_pyscriptnode(), SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.destroy(), SALOME_PyNode.ContextExchanger_i.getInputContext(), and SALOME_PyNode.ContextExchanger_i.getPOA().
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
Referenced by SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.beginService(), SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.CpuUsed_impl(), SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.endService(), SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.Kill_impl(), SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.Resume_impl(), SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.Stop_impl(), and SALOME_ComponentPy.SALOME_ComponentPy_Gen_i.Suspend_impl().
|
static |
| dsccalcium.PyDSCComponent.proxy |
Referenced by dsccalcium.PyDSCComponent.beginService(), dsccalcium.PyDSCComponent.checkInputFilesToService(), dsccalcium.PyDSCComponent.checkOutputFilesToService(), dsccalcium.PyDSCComponent.connect_provides_port(), dsccalcium.PyDSCComponent.connect_uses_port(), dsccalcium.PyDSCComponent.disconnect_provides_port(), dsccalcium.PyDSCComponent.disconnect_uses_port(), dsccalcium.PyDSCComponent.get_port_properties(), dsccalcium.PyDSCComponent.get_provides_port(), dsccalcium.PyDSCComponent.getInputFileToService(), dsccalcium.PyDSCComponent.getOutputFileToService(), dsccalcium.PyDSCComponent.setInputFileToService(), and dsccalcium.PyDSCComponent.setOutputFileToService().