Variables | |
| orb = CORBA.ORB_init(sys.argv, CORBA.ORB_ID) | |
| obj = orb.resolve_initial_references("NameService") | |
| rootContext = obj._narrow(CosNaming.NamingContext) | |
| machineName = getShortHostName() | |
| string | containerName = "FactoryServer" |
| list | name |
| container = obj._narrow(Engines.Container) | |
| comp = container.load_impl("SalomeTestComponent","SalomeTestComponent") | |
| comptest = comp._narrow(Engines.TestComponent) | |
| TestComponentPy.comp = container.load_impl("SalomeTestComponent","SalomeTestComponent") |
| TestComponentPy.comptest = comp._narrow(Engines.TestComponent) |
| TestComponentPy.container = obj._narrow(Engines.Container) |
Referenced by SALOME_LogManager.accept(), SALOME_ContainerManager.BuildCommandToLaunchLocalContainer(), Abstract_Engines_Container_i.copyFile(), Engines_Parallel_Container_i.copyFile(), Engines_Component_i.Engines_Component_i(), fileRef_i.fileRef_i(), SALOME_FileTransferCORBA.getLocalFile(), HDFexplorer.HDFexplorer(), Salome_file_i.setContainer(), Parallel_Salome_file_i.setContainer(), Engines_Component_i.setInputFileToService(), and Engines_Component_i.setOutputFileToService().
| string TestComponentPy.containerName = "FactoryServer" |
| TestComponentPy.machineName = getShortHostName() |
| list TestComponentPy.name |
| TestComponentPy.obj = orb.resolve_initial_references("NameService") |
| TestComponentPy.orb = CORBA.ORB_init(sys.argv, CORBA.ORB_ID) |
| TestComponentPy.rootContext = obj._narrow(CosNaming.NamingContext) |