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