NameClassPair
Class NameClassPair
- java.lang.Object
-
- javax.naming.NameClassPair
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Binding
public class NameClassPair extends Object implements Serializable
This class represents the object name and class name pair of a binding found in a context.
A context consists of name-to-object bindings. The NameClassPair class represents the name and the class of the bound object. It consists of a name and a string representing the package-qualified class name.
Use subclassing for naming systems that generate contents of a name/class pair dynamicall