Namespaces | |
| TestComponentPy | |
Variables | |
| TestComponentPy.orb = CORBA.ORB_init(sys.argv, CORBA.ORB_ID) | |
| TestComponentPy.obj = orb.resolve_initial_references("NameService") | |
| TestComponentPy.rootContext = obj._narrow(CosNaming.NamingContext) | |
| TestComponentPy.machineName = getShortHostName() | |
| string | TestComponentPy.containerName = "FactoryServer" |
| list | TestComponentPy.name |
| TestComponentPy.container = obj._narrow(Engines.Container) | |
| TestComponentPy.comp = container.load_impl("SalomeTestComponent","SalomeTestComponent") | |
| TestComponentPy.comptest = comp._narrow(Engines.TestComponent) | |