Uses of Class org.omg.CosNaming.NameComponent

Uses in package org.omg.CosNaming

Constructors with parameter type org.omg.CosNaming.NameComponent

Create the binding, initialised to the given values.
Create the initialised holder.
Create the intialised holder.

Fields of type org.omg.CosNaming.NameComponent

NameComponent[]
The binding name, consisting of the number of the name components.
NameComponent
The stored value.
NameComponent[]
The stored Name (array of the name components).

Methods with parameter type org.omg.CosNaming.NameComponent

void
NamingContext.bind(NameComponent[] a_name, Object an_object)
Gives the object a name, valid in this context.
void
Gives the object a name, valid in this context.
void
void
Gives a child context name, valid in this context.
void
Gives a child context name, valid in this context.
void
NamingContext
Create a new context and give it a given name (bound it) in the current context.
NamingContext
Create a new context and give it a given name (bound it) in the current context.
NamingContext
void
Insert the name compnent into the given Any.
void
Extract the Name from the given Any.
void
NamingContext.rebind(NameComponent[] a_name, Object an_object)
Names or renames the object.
void
Names or renames the object.
void
void
Names or renames the child context.
void
Names or renames the child context.
void
Object
Get the object, bound to the specified name in this context.
Object
Get the object, bound to the specified name in this context.
Object
String
Converts the older representation for the name (array of the name components) into the string form of the name.
String
Convert the name array representation to the name string representation.
void
Removes the name from the binding context.
void
Removes the name from the binding context.
void
void
Write the named component into the CDR output stream.
void
Write the Name into the CDR output stream.

Methods with return type org.omg.CosNaming.NameComponent

NameComponent
Extract the name component from this Any
NameComponent[]
Extract the Name the given Any.
NameComponent
Read the name component from the given CDR input stream.
NameComponent[]
Read the Name from the given CDR input stream.
NameComponent[]
Converts the name, represented in the form of the string, into the older name representation (array of the name components).
NameComponent[]
Converts the string name representation into the array name representation.

Uses in package org.omg.CosNaming.NamingContextPackage

Constructors with parameter type org.omg.CosNaming.NameComponent

Create an exception with the initialised fields and explaining message.
Creates an exception with the fields, intialised to the given values.
NotFound.NotFound(String explanation, NotFoundReason _why, NameComponent[] _rest_of_name)
Creates the exception, intialising the fields to the given values and also providing the explaining string.
Creates the exception, intialising the fields to the given values.

Fields of type org.omg.CosNaming.NameComponent

NameComponent[]
Contains the remainder of the non working name.
NameComponent[]
Contains the remainder of the non working name.