Public Member Functions | |
| def | __del__ |
| destructor | |
| def | __del__ |
| destructor | |
| def | __init__ |
| Consructor. | |
| def | __init__ |
| Consructor. | |
| def | bind |
| def | bind |
| def | bindByString |
| def | bindByString |
| def | bindContext |
| def | bindContext |
| def | bindContextRecursive |
| def | bindContextRecursive |
| def | bindNewContext |
| def | bindNewContext |
| def | bindOrResolve |
| Bind of resolve the given name component. | |
| def | bindOrResolve |
| Bind of resolve the given name component. | |
| def | bindOrResolveContext |
| Bind of resolve the given name component. | |
| def | bindOrResolveContext |
| Bind of resolve the given name component. | |
| def | bindRecursive |
| def | bindRecursive |
| def | clearAll |
| Destroy all binding. | |
| def | clearAll |
| Destroy all binding. | |
| def | destroy |
| def | destroy |
| def | destroyRecursive |
| Destroy the naming context recursively. | |
| def | destroyRecursive |
| Destroy the naming context recursively. | |
| def | getNameLength |
| Get string length of the name component's string representation. | |
| def | getNameLength |
| Get string length of the name component's string representation. | |
| def | getNameServer |
| Get the name of naming server. | |
| def | getNameServer |
| Get the name of naming server. | |
| def | getRootContext |
| Get the root context. | |
| def | getRootContext |
| Get the root context. | |
| def | init |
| def | init |
| def | list |
| def | list |
| def | nameIsNamingContext |
| Whether the given name component is NamingContext. | |
| def | nameIsNamingContext |
| Whether the given name component is NamingContext. | |
| def | nameToString |
| Get string representation of name component. | |
| def | nameToString |
| Get string representation of name component. | |
| def | newContext |
| def | newContext |
| def | objIsNamingContext |
| Whether the object is NamingContext. | |
| def | objIsNamingContext |
| Whether the object is NamingContext. | |
| def | rebind |
| def | rebind |
| def | rebindByString |
| def | rebindByString |
| def | rebindContext |
| def | rebindContext |
| def | rebindContextRecursive |
| def | rebindContextRecursive |
| def | rebindRecursive |
| def | rebindRecursive |
| def | resolve |
| def | resolve |
| def | resolveStr |
| Resolve from name of string representation and get object. | |
| def | resolveStr |
| Resolve from name of string representation and get object. | |
| def | split |
| Split of string. | |
| def | split |
| Split of string. | |
| def | subName |
| Get subset of given name component. | |
| def | subName |
| Get subset of given name component. | |
| def | toName |
| Get NameComponent from gien string name representation. | |
| def | toName |
| Get NameComponent from gien string name representation. | |
| def | toString |
| Get string representation of given NameComponent. | |
| def | toString |
| Get string representation of given NameComponent. | |
| def | toUrl |
| Get URL representation from given addr and string_name. | |
| def | toUrl |
| Get URL representation from given addr and string_name. | |
| def | unbind |
| void unbind(const CosNaming::Name& name) throw(NotFound, CannotProceed, InvalidName); | |
| def | unbind |
| void unbind(const CosNaming::Name& name) throw(NotFound, CannotProceed, InvalidName); | |
Private Attributes | |
| _blLength | |
| _nameServer | |
| _orb | |
| _rootContext | |
Definition at line 59 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.__init__ | ( | self, | |
| orb, | |||
name_server = None |
|||
| ) |
Consructor.
Definition at line 79 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.__del__ | ( | self | ) |
destructor
Definition at line 111 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.__init__ | ( | self, | |
| orb, | |||
name_server = None |
|||
| ) |
Consructor.
Definition at line 79 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.__del__ | ( | self | ) |
destructor
Definition at line 111 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bind | ( | self, | |
| name_list, | |||
| obj, | |||
force = None |
|||
| ) |
Definition at line 184 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bind | ( | self, | |
| name_list, | |||
| obj, | |||
force = None |
|||
| ) |
Definition at line 184 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindByString | ( | self, | |
| string_name, | |||
| obj, | |||
force = True |
|||
| ) |
Definition at line 228 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindByString | ( | self, | |
| string_name, | |||
| obj, | |||
force = True |
|||
| ) |
Definition at line 228 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindContext | ( | self, | |
| name, | |||
| name_cxt, | |||
force = True |
|||
| ) |
Definition at line 426 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindContext | ( | self, | |
| name, | |||
| name_cxt, | |||
force = True |
|||
| ) |
Definition at line 426 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindContextRecursive | ( | self, | |
| context, | |||
| name_list, | |||
| name_cxt | |||
| ) |
Definition at line 452 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindContextRecursive | ( | self, | |
| context, | |||
| name_list, | |||
| name_cxt | |||
| ) |
Definition at line 452 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindNewContext | ( | self, | |
| name, | |||
force = True |
|||
| ) |
Definition at line 632 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindNewContext | ( | self, | |
| name, | |||
force = True |
|||
| ) |
Definition at line 632 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindOrResolve | ( | self, | |
| context, | |||
| name_list, | |||
| obj | |||
| ) |
Bind of resolve the given name component.
Definition at line 919 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindOrResolve | ( | self, | |
| context, | |||
| name_list, | |||
| obj | |||
| ) |
Bind of resolve the given name component.
Definition at line 919 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindOrResolveContext | ( | self, | |
| context, | |||
| name_list, | |||
new_context = None |
|||
| ) |
Bind of resolve the given name component.
Definition at line 950 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindOrResolveContext | ( | self, | |
| context, | |||
| name_list, | |||
new_context = None |
|||
| ) |
Bind of resolve the given name component.
Definition at line 950 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindRecursive | ( | self, | |
| context, | |||
| name_list, | |||
| obj | |||
| ) |
Definition at line 267 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.bindRecursive | ( | self, | |
| context, | |||
| name_list, | |||
| obj | |||
| ) |
Definition at line 267 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.clearAll | ( | self | ) |
Destroy all binding.
Definition at line 749 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.clearAll | ( | self | ) |
Destroy all binding.
Definition at line 749 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.destroy | ( | self, | |
| context | |||
| ) |
Definition at line 687 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.destroy | ( | self, | |
| context | |||
| ) |
Definition at line 687 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.destroyRecursive | ( | self, | |
| context | |||
| ) |
Destroy the naming context recursively.
Definition at line 710 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.destroyRecursive | ( | self, | |
| context | |||
| ) |
Destroy the naming context recursively.
Definition at line 710 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.getNameLength | ( | self, | |
| name_list | |||
| ) |
Get string length of the name component's string representation.
Definition at line 1122 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.getNameLength | ( | self, | |
| name_list | |||
| ) |
Get string length of the name component's string representation.
Definition at line 1122 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.getNameServer | ( | self | ) |
Get the name of naming server.
Definition at line 973 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.getNameServer | ( | self | ) |
Get the name of naming server.
Definition at line 973 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.getRootContext | ( | self | ) |
Get the root context.
Definition at line 990 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.getRootContext | ( | self | ) |
Get the root context.
Definition at line 990 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.init | ( | self, | |
| name_server | |||
| ) |
Definition at line 128 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.init | ( | self, | |
| name_server | |||
| ) |
Definition at line 128 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.list | ( | self, | |
| name_cxt, | |||
| how_many, | |||
| rbl, | |||
| rbi | |||
| ) |
Definition at line 768 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.list | ( | self, | |
| name_cxt, | |||
| how_many, | |||
| rbl, | |||
| rbi | |||
| ) |
Definition at line 768 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.nameIsNamingContext | ( | self, | |
| name_list | |||
| ) |
Whether the given name component is NamingContext.
Definition at line 1031 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.nameIsNamingContext | ( | self, | |
| name_list | |||
| ) |
Whether the given name component is NamingContext.
Definition at line 1031 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.nameToString | ( | self, | |
| name_list, | |||
| string_name, | |||
| slen | |||
| ) |
Get string representation of name component.
Definition at line 1087 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.nameToString | ( | self, | |
| name_list, | |||
| string_name, | |||
| slen | |||
| ) |
Get string representation of name component.
Definition at line 1087 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.newContext | ( | self | ) |
Definition at line 602 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.newContext | ( | self | ) |
Definition at line 602 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.objIsNamingContext | ( | self, | |
| obj | |||
| ) |
Whether the object is NamingContext.
Definition at line 1008 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.objIsNamingContext | ( | self, | |
| obj | |||
| ) |
Whether the object is NamingContext.
Definition at line 1008 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.rebind | ( | self, | |
| name_list, | |||
| obj, | |||
force = True |
|||
| ) |
Definition at line 309 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.rebind | ( | self, | |
| name_list, | |||
| obj, | |||
force = True |
|||
| ) |
Definition at line 309 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.rebindByString | ( | self, | |
| string_name, | |||
| obj, | |||
force = True |
|||
| ) |
Definition at line 354 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.rebindByString | ( | self, | |
| string_name, | |||
| obj, | |||
force = True |
|||
| ) |
Definition at line 354 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.rebindContext | ( | self, | |
| name, | |||
| name_cxt, | |||
force = True |
|||
| ) |
Definition at line 480 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.rebindContext | ( | self, | |
| name, | |||
| name_cxt, | |||
force = True |
|||
| ) |
Definition at line 480 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.rebindContextRecursive | ( | self, | |
| context, | |||
| name_list, | |||
| name_cxt | |||
| ) |
Definition at line 505 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.rebindContextRecursive | ( | self, | |
| context, | |||
| name_list, | |||
| name_cxt | |||
| ) |
Definition at line 505 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.rebindRecursive | ( | self, | |
| context, | |||
| name_list, | |||
| obj | |||
| ) |
Definition at line 384 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.rebindRecursive | ( | self, | |
| context, | |||
| name_list, | |||
| obj | |||
| ) |
Definition at line 384 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.resolve | ( | self, | |
| name | |||
| ) |
Definition at line 537 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.resolve | ( | self, | |
| name | |||
| ) |
Definition at line 537 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.resolveStr | ( | self, | |
| string_name | |||
| ) |
Resolve from name of string representation and get object.
Definition at line 891 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.resolveStr | ( | self, | |
| string_name | |||
| ) |
Resolve from name of string representation and get object.
Definition at line 891 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.split | ( | self, | |
| input, | |||
| delimiter, | |||
| results | |||
| ) |
Split of string.
Definition at line 1159 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.split | ( | self, | |
| input, | |||
| delimiter, | |||
| results | |||
| ) |
Split of string.
Definition at line 1159 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.subName | ( | self, | |
| name_list, | |||
| begin, | |||
end = None |
|||
| ) |
Get subset of given name component.
Definition at line 1053 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.subName | ( | self, | |
| name_list, | |||
| begin, | |||
end = None |
|||
| ) |
Get subset of given name component.
Definition at line 1053 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.toName | ( | self, | |
| sname | |||
| ) |
Get NameComponent from gien string name representation.
Definition at line 824 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.toName | ( | self, | |
| sname | |||
| ) |
Get NameComponent from gien string name representation.
Definition at line 824 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.toString | ( | self, | |
| name_list | |||
| ) |
Get string representation of given NameComponent.
Definition at line 797 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.toString | ( | self, | |
| name_list | |||
| ) |
Get string representation of given NameComponent.
Definition at line 797 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.toUrl | ( | self, | |
| addr, | |||
| string_name | |||
| ) |
Get URL representation from given addr and string_name.
Definition at line 868 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.toUrl | ( | self, | |
| addr, | |||
| string_name | |||
| ) |
Get URL representation from given addr and string_name.
Definition at line 868 of file tests/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.unbind | ( | self, | |
| name | |||
| ) |
void unbind(const CosNaming::Name& name) throw(NotFound, CannotProceed, InvalidName);
Definition at line 577 of file AutoTest/CorbaNaming.py.
| def CorbaNaming.CorbaNaming.unbind | ( | self, | |
| name | |||
| ) |
void unbind(const CosNaming::Name& name) throw(NotFound, CannotProceed, InvalidName);
Definition at line 577 of file tests/CorbaNaming.py.
CorbaNaming.CorbaNaming::_blLength [private] |
Definition at line 79 of file AutoTest/CorbaNaming.py.
CorbaNaming.CorbaNaming::_nameServer [private] |
Definition at line 79 of file AutoTest/CorbaNaming.py.
CorbaNaming.CorbaNaming::_orb [private] |
Definition at line 79 of file AutoTest/CorbaNaming.py.
CorbaNaming.CorbaNaming::_rootContext [private] |
Definition at line 79 of file AutoTest/CorbaNaming.py.