
Public Member Functions | |
| def | __init__ (self, args=None) |
| def | initNS (self, args) |
| def | showNScontext (self, context, dec='') |
| def | showNS (self) |
| def | Resolve (self, Path) |
| def | waitNS (self, name, typobj=None, maxcount=240) |
| def | waitNSPID (self, theName, thePID, theTypObj=None) |
| def | ResolveLogger (self, name) |
| def | waitLogger (self, name, typobj=None, maxcount=40) |
Data Fields | |
| orb | |
| rootContext | |
Client for SALOME
| def orbmodule.client.__init__ | ( | self, | |
args = None |
|||
| ) |
| def orbmodule.client.initNS | ( | self, | |
| args | |||
| ) |
Reimplemented in runConsole.client.
References orbmodule.client.orb, SALOME_LifeCycleCORBA.orb(), SALOME_NamingService.orb(), and ORB_INIT.orb().
| def orbmodule.client.Resolve | ( | self, | |
| Path | |||
| ) |
References orbmodule.client.rootContext, and runConsole.client.rootContext.
Referenced by orbmodule.client.waitNS(), and orbmodule.client.waitNSPID().
| def orbmodule.client.ResolveLogger | ( | self, | |
| name | |||
| ) |
References orbmodule.client.rootContext, and runConsole.client.rootContext.
Referenced by orbmodule.client.waitLogger().
| def orbmodule.client.showNS | ( | self | ) |
Show the content of SALOME naming service
References orbmodule.client.rootContext, runConsole.client.rootContext, and orbmodule.client.showNScontext().
| def orbmodule.client.showNScontext | ( | self, | |
| context, | |||
dec = '' |
|||
| ) |
References orbmodule.client.showNScontext().
Referenced by orbmodule.client.showNS(), and orbmodule.client.showNScontext().
| def orbmodule.client.waitLogger | ( | self, | |
| name, | |||
typobj = None, |
|||
maxcount = 40 |
|||
| ) |
References orbmodule.client.ResolveLogger().
| def orbmodule.client.waitNS | ( | self, | |
| name, | |||
typobj = None, |
|||
maxcount = 240 |
|||
| ) |
References SALOME_Embedded_NamingService.Resolve(), SALOME_Embedded_NamingService_Client.Resolve(), SALOME_Fake_NamingService.Resolve(), SALOME_NamingService.Resolve(), SALOME_NamingService_Abstract_Decorator.Resolve(), SALOME_NamingService_Container_Abstract.Resolve(), Engines::EmbeddedNamingService.Resolve(), orbmodule.client.Resolve(), SALOME_Embedded_NamingService.SALOME_Embedded_NamingService.Resolve(), SALOME_Embedded_NamingService_ClientPy.SALOME_Embedded_NamingService_ClientPy.Resolve(), and SALOME_NamingServicePy.SALOME_NamingServicePy_i.Resolve().
| def orbmodule.client.waitNSPID | ( | self, | |
| theName, | |||
| thePID, | |||
theTypObj = None |
|||
| ) |
References SALOME_Embedded_NamingService.Resolve(), SALOME_Embedded_NamingService_Client.Resolve(), SALOME_Fake_NamingService.Resolve(), SALOME_NamingService.Resolve(), SALOME_NamingService_Abstract_Decorator.Resolve(), SALOME_NamingService_Container_Abstract.Resolve(), Engines::EmbeddedNamingService.Resolve(), orbmodule.client.Resolve(), SALOME_Embedded_NamingService.SALOME_Embedded_NamingService.Resolve(), SALOME_Embedded_NamingService_ClientPy.SALOME_Embedded_NamingService_ClientPy.Resolve(), and SALOME_NamingServicePy.SALOME_NamingServicePy_i.Resolve().
| orbmodule.client.orb |
Referenced by orbmodule.client.initNS(), and runConsole.client.initNS().
| orbmodule.client.rootContext |
Referenced by orbmodule.client.Resolve(), orbmodule.client.ResolveLogger(), and orbmodule.client.showNS().