A Name interface represents a name in a naming service.
A name which implements this interface has a sequence of zero or more
elements delimited by separators. Each element can be accessed using its
position. The first element is at position 0.
This interface is implemented by 2 classes - CompoundName and
CompositeName.
Examples of names are:
File system name - for example /home/jenningm/.profile
DNS hostname - for example www.apache.org
Internet URL - for example http://www.eclipse.org/org/index.html
Nameinterface represents a name in a naming service.A name which implements this interface has a sequence of zero or more elements delimited by separators. Each element can be accessed using its position. The first element is at position 0.
This interface is implemented by 2 classes -
CompoundNameandCompositeName.Examples of names are: