Global Namespace
Inheritance Tree
Inheritance Graph
Name Index
module
CosNaming
interface NamingContext
File:
CosNaming.idl
a NamingContext interface
Enums Summary:
NotFoundReason
missing_node, not_context, not_object
Exceptions Summary:
exception
NotFound
exception
CannotProceed
exception
InvalidName
exception
AlreadyBound
exception
NotEmpty
Operations Summary:
void
bind
(
in
Name
n
,
in
CORBA::Object
obj
)
raises
and the bind method...
void
rebind
(
in
Name
n
,
in
CORBA::Object
obj
)
raises
void
bind_context
(
in
Name
n
,
in
NamingContext
nc
)
raises
void
rebind_context
(
in
Name
n
,
in
NamingContext
nc
)
raises
CORBA::Object
resolve
(
in
Name
n
)
raises
void
unbind
(
in
Name
n
)
raises
NamingContext
new_context
()
NamingContext
bind_new_context
(
in
Name
n
)
raises
void
destroy
()
raises
void
list
(
in
unsigned long
how_many
,
out
BindingList
bl
,
out
BindingIterator
bi
)
Enumerators Summary:
missing_node
not_context
not_object
Enums Details:
enum
NotFoundReason
missing_node
not_context
not_object
a NotFoundReason enum
Exceptions Details:
exception
NotFound
an exception
Operations Details:
void
bind
(
in
Name
n
,
in
CORBA::Object
obj
)
raises
(
NotFound
,
CannotProceed
,
InvalidName
,
AlreadyBound
)
and the bind method...
Generated on Fri Apr 17 08:48:17 2009 by
synopsis
(version devel)