Class ContextNames

  • All Implemented Interfaces:
    Enumeration, NamingEnumeration

    public class ContextNames
    extends ContextBindings
    This class represents a NamingEnumeration of the class names of a Context. Originally authored by Henri Yandell and modified to make more flexable with other Context implementations.
    Version:
    $Rev: 1978 $ $Date: 2005-08-29 18:30:33 -0700 (Mon, 29 Aug 2005) $
    Author:
    Robert M. Zigweid and Henri Yandell
    • Constructor Detail

      • ContextNames

        public ContextNames​(Map table)
        Creates a ContextNames object based upon an a Map of names and the objects the names are bound to. If table is modified after instantiation of ContextBindings, behavior is undefined and should be considered invalid.
        Parameters:
        table - The table upon which the ContextBindings is based.