com.sun.corba.se.impl.naming.pcosnaming |
|
Java Source File Name | Type | Comment |
InternalBindingKey.java | Class | Class InternalBindingKey implements the necessary wrapper code
around the org.omg.CosNaming::NameComponent class to implement the proper
equals() method and the hashCode() method for use in a hash table. |
InternalBindingValue.java | Class | Class InternalBindingKey acts as a container for two objects, namely
a org.omg.CosNaming::Binding and an CORBA object reference, which are the two
components associated with the binding. |
NameServer.java | Class | Class NameServer is a standalone application which
implements a persistent and a transient name service. |
NameService.java | Class | |
NamingContextImpl.java | Class | Class NamingContextImpl implements the org.omg.CosNaming::NamingContext and
NamingContextExt interface.
The operations bind(), rebind(), bind_context() and rebind_context()
are all really implemented by doBind(). |
PersistentBindingIterator.java | Class | Class TransientBindingIterator implements the abstract methods
defined by BindingIteratorImpl, to use with the TransientNamingContext
implementation of the NamingContextImpl. |
ServantManagerImpl.java | Class | |