Home | Trees | Indices | Help |
|
---|
|
A set of utility function to ease the use of OmniORBpy. :copyright: 2000-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: General Public License version 2 - http://www.gnu.org/licenses
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
orb = None
|
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 Mon Dec 1 09:46:46 2008 | http://epydoc.sourceforge.net |