org.omg.CosNaming
Class _NamingContextExtStub
public
class
_NamingContextExtStub
extends _NamingContextStub
implements NamingContextExt
The extended naming context stub (proxy), used on the client side.
The most of the
NamingContextExt methods contain the code
for remote invocaton. However as remote invocation is potencially an
expensive step, some trivial methods, not requiring access to the
naming database, are handled locally (see the method descriptions for
details).
Method Summary |
String[] | _ids()
Return the array of repository ids for this object.
|
Object | resolve_str(String a_name_string) |
NameComponent[] | to_name(String a_name_string)
Converts the string name representation into the array
name representation.
|
String | to_string(NameComponent[] a_name)
Convert the name array representation to the name string
representation.
|
String | to_url(String an_address, String a_name_string) |
public _NamingContextExtStub()
Create the naming context stub.
public String[] _ids()
Return the array of repository ids for this object.
This stub can be the base of the two CORBA objects, so it
has two repository ids, for
NamingContext and
for
NamingContextExt.
public Object resolve_str(String a_name_string)
{@inheritDoc }
Converts the string name representation into the array
name representation.
This method is handled locally.
Convert the name array representation to the name string
representation.
This method is handled locally.
public String to_url(String an_address, String a_name_string)
{@inheritDoc }