| Home | Trees | Indices | Help |
|
|---|
|
|
A set of utility function to ease the use of OmniORBpy.
| Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Variables | |
orb = Nonehash(x) |
|
| Function Details |
returns a reference to the ORB. The first call to the method initialized the ORB This method is mainly used internally in the module. |
returns a reference to the NameService object. This method is mainly used internally in the module. |
Registers a object in the NamingService.
The name path is a list of 2-uples (id,kind) giving the path.
For instance if the path of an object is [('foo',''),('bar','')],
it is possible to get a reference to the object using the URL
'corbaname::hostname#foo/bar'.
[('logilab','rootmodule'),('chatbot','application'),('chatter','server')]
is mapped to
'corbaname::hostname#logilab.rootmodule/chatbot.application/chatter.server'
The get_object_reference() function can be used to resolve such a URL.
|
This methods activates the Portable Object Adapter. You need to call it to enable the reception of messages in your code, on both the client and the server. |
Enters the ORB mainloop on the server. You should not call this method on the client. |
Resolves a corbaname URL to an object proxy. See register_object_name() for examples URLs |
given an host name and a name path as described in register_object_name, return a corba string identifier |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Feb 19 13:32:27 2014 | http://epydoc.sourceforge.net |