|
Public Member Functions |
| __init__ (orb, name_server=None) |
| __del__ () |
| init (name_server) |
| bind (name_list, obj, force=None) |
| bindByString (string_name, obj, force=True) |
| bindRecursive (context, name_list, obj) |
| rebind (name_list, obj, force=True) |
| rebindByString (string_name, obj, force=True) |
| rebindRecursive (context, name_list, obj) |
| bindContext (name, name_cxt, force=True) |
| bindContextRecursive (context, name_list, name_cxt) |
| rebindContext (name, name_cxt, force=True) |
| rebindContextRecursive (context, name_list, name_cxt) |
| resolve (name) |
| unbind (name) |
| newContext () |
| bindNewContext (name, force=True) |
| destroy (context) |
| Destroy the naming context.
|
| destroyRecursive (context) |
| Destroy the naming context recursively.
|
| clearAll () |
| Destroy all binding.
|
| list (name_cxt, how_many, rbl, rbi) |
| Get Binding on the NamingContextDestroy all binding.
|
| toString (name_list) |
| Get string representation of given NameComponent.
|
| toName (sname) |
| Get NameComponent from gien string name representation.
|
| toUrl (addr, string_name) |
| Get URL representation from given addr and string_name.
|
| resolveStr (string_name) |
| Resolve from name of string representation and get object.
|
| bindOrResolve (context, name_list, obj) |
| Bind of resolve the given name component.
|
| bindOrResolveContext (context, name_list, new_context=None) |
| Bind of resolve the given name component.
|
| getNameServer () |
| Get the name of naming server.
|
| getRootContext () |
| Get the root context.
|
| objIsNamingContext (obj) |
| Whether the object is NamingContext.
|
| nameIsNamingContext (name_list) |
| Whether the given name component is NamingContext.
|
| subName (name_list, begin, end=None) |
| Get subset of given name component.
|
| nameToString (name_list, string_name, slen) |
| Get string representation of name component.
|
| getNameLength (name_list) |
| Get string length of the name component's string representation.
|
| split (input, delimiter, results) |
| Split of string.
|