void |
NamingContextImpl.bind(NameComponent[] n,
Object obj) |
Bind an object under a name in this NamingContext.
|
void |
NamingContextImpl.bind_context(NameComponent[] n,
NamingContext nc) |
Bind a NamingContext under a name in this NamingContext.
|
NamingContext |
NamingContextImpl.bind_new_context(NameComponent[] n) |
Create a new NamingContext, bind it in this Naming Context and return
its object reference.
|
void |
TransientNamingContext.bindImpl(NameComponent n,
Object obj,
BindingType bt) |
Binds the object to the name component as the specified binding type.
|
void |
NamingContextImpl.destroy() |
Destroy this NamingContext object.
|
void |
TransientNamingContext.destroyImpl() |
Destroys this NamingContext by disconnecting from the ORB.
|
static void |
NamingContextImpl.doBind(NamingContextDataStore impl,
NameComponent[] n,
Object obj,
boolean rebind,
BindingType bt) |
Implements all four flavors of binding.
|
static Object |
NamingContextImpl.doResolve(NamingContextDataStore impl,
NameComponent[] n) |
Implements resolving names in this NamingContext.
|
static void |
NamingContextImpl.doUnbind(NamingContextDataStore impl,
NameComponent[] n) |
Implements unbinding bound names in this NamingContext.
|
private void |
TransientNameService.initialize(ORB orb,
java.lang.String nameServiceName) |
This method initializes Transient Name Service by associating Root
context with POA and registering the root context with INS Object Keymap.
|
private static Object |
TransientNameServer.initializeRootNamingContext(ORB orb) |
|
void |
NamingContextImpl.list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi) |
List the contents of this NamingContest.
|
void |
TransientNamingContext.listImpl(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi) |
List the contents of this NamingContext.
|
static void |
TransientNameServer.main(java.lang.String[] args) |
Main startup routine.
|
NamingContext |
NamingContextImpl.new_context() |
Create a NamingContext object and return its object reference.
|
NamingContext |
TransientNamingContext.newContextImpl() |
Create a new NamingContext.
|
void |
NamingContextImpl.rebind(NameComponent[] n,
Object obj) |
Bind an object under a name in this NamingContext.
|
void |
NamingContextImpl.rebind_context(NameComponent[] n,
NamingContext nc) |
Bind a NamingContext under a name in this NamingContext.
|
Object |
NamingContextImpl.resolve(NameComponent[] n) |
Resolve a name in this NamingContext and return the object reference
bound to the name.
|
Object |
NamingContextImpl.resolve_str(java.lang.String sn) |
This operation resolves the Stringified name into the object
reference.
|
protected static NamingContext |
NamingContextImpl.resolveFirstAsContext(NamingContextDataStore impl,
NameComponent[] n) |
Implements resolving a NameComponent in this context and
narrowing it to CosNaming::NamingContext.
|
Object |
TransientNamingContext.resolveImpl(NameComponent n,
BindingTypeHolder bth) |
Resolves the supplied name to an object reference and returns
the type of the resolved binding.
|
NameComponent[] |
NamingContextImpl.to_name(java.lang.String sn) |
This operation converts a Stringified Name into an equivalent array
of Name Components.
|
java.lang.String |
NamingContextImpl.to_string(NameComponent[] n) |
This operation creates a stringified name from the array of Name
components.
|
java.lang.String |
NamingContextImpl.to_url(java.lang.String addr,
java.lang.String sn) |
This operation creates a URL based "iiopname://" format name
from the Stringified Name of the object.
|
void |
NamingContextImpl.unbind(NameComponent[] n) |
Remove a binding from this NamingContext.
|
Object |
TransientNamingContext.unbindImpl(NameComponent n) |
Deletes the binding with the supplied name.
|