Binding

Class Binding

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SearchResult
public class Binding
extends NameClassPair

This class represents a name-to-object binding found in a context.

A context consists of name-to-object bindings. The Binding class represents such a binding. It consists of a name and an object. The Context.listBindings() method returns an enumeration of B