-
bind_new_context
NamingContext bind_new_context(NameComponent[] n)
throws NotFound,
AlreadyBound,
CannotProceed,
InvalidName
This operation creates a new context and binds it to the name supplied as an argument. The newly-created context is implemented by the same naming server as the context in which it was bound (that is, the naming server that implements the context denoted by the name argument excluding the last component).
-
Parameters:
-
n - Name of the object.
-
Throws:
-
NotFound - Indicates the name does not identify a binding.
-
AlreadyBound - Indicates an object is already bound to the specified name.
-
CannotProceed - Indicates that the implementation has given up for some reason. The client, however, may be able to continue the operation at the returned naming context.
-
InvalidName - Indicates that the name is invalid.
|
-
bind_new_context
NamingContext bind_new_context(NameComponent[] n)
throws NotFound,
AlreadyBound,
CannotProceed,
InvalidName
This operation creates a new context and binds it to the name supplied as an argument. The newly-created context is implemented by the same naming server as the context in which it was bound (that is, the naming server that implements the context denoted by the name argument excluding the last component).
-
Parameters:
-
n - Name of the object
-
Throws:
-
NotFound - Indicates the name does not identify a binding.
-
AlreadyBound - Indicates an object is already bound to the specified name.
-
CannotProceed - Indicates that the implementation has given up for some reason. The client, however, may be able to continue the operation at the returned naming context.
-
InvalidName - Indicates that the name is invalid.
|
-
bind_new_context
NamingContext bind_new_context(NameComponent[] n)
throws NotFound,
AlreadyBound,
CannotProceed,
InvalidName
This operation creates a new context and binds it to the name supplied as an argument. The newly-created context is implemented by the same naming server as the context in which it was bound (that is, the naming server that implements the context denoted by the name argument excluding the last component).
-
Parameters:
-
n - Name of the object.
-
Throws:
-
NotFound - Indicates the name does not identify a binding.
-
AlreadyBound - Indicates an object is already bound to the specified name.
-
CannotProceed - Indicates that the implementation has given up for some reason. The client, however, may be able to continue the operation at the returned naming context.
-
InvalidName - Indicates that the name is invalid.
|
|