Uses of Class org.omg.CosNaming.NameComponent

Uses in package gnu.javax.naming.giop

Methods with return type org.omg.CosNaming.NameComponent

NameComponent[]
Convert the Name into array of the name components, required to the CORBA naming service.
NameComponent[]
Convert the Name into array of the name components, required to the CORBA naming service.

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.

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 gnu.CORBA.NamingService

Methods with parameter type org.omg.CosNaming.NameComponent

void
Put the given GIOP object, specifying the given name as a key.
void
Ext.bind(NameComponent[] a_name, Object an_object)
void
TransientContext.bind(NameComponent[] a_name, Object an_object)
Gives the object a name, valid in this context.
void
void
Gives a child context name, valid in this context.
NamingContext
NamingContext
Create a new context and give it a given name (bound it) in the current context.
void
Check the given name.
boolean
Checks if this map contains the definition of the given name.
Object
Get the CORBA object, associated with the given name.
void
Put the given GIOP object, specifying the given name as a key.
void
Ext.rebind(NameComponent[] a_name, Object an_object)
void
Names or renames the object.
void
void
Names or renames the child context.
void
Removes the given name, if present.
Object
Object
Get the object, bound to the specified name in this context.
String
Converts the name into its string representation, as defined in the specification CORBA naming service.
String
Convert a name component array representation into string representation.
void
void
Removes the name from the binding context.

Methods with return type org.omg.CosNaming.NameComponent

NameComponent[]
Convert the string name representation into the array name representation.
NameComponent[]
Ext.to_name(String a_name_string)
Convert the name string representation into array representation.