Interface NamingContext

All Superinterfaces:
IDLEntity, NamingContextOperations, Object, Serializable
All Known Subinterfaces:
NamingContextExt
All Known Implementing Classes:
_NamingContextExtStub, _NamingContextStub

public interface NamingContext extends NamingContextOperations, Object, IDLEntity
A naming context is an object that contains a set of name bindings in which each name is unique. Different names can be bound to an object in the same or different contexts at the same time.

See CORBA COS Naming Specification.