Class AbstractContext

  • All Implemented Interfaces:
    Cloneable, Context
    Direct Known Subclasses:
    MemoryContext

    public abstract class AbstractContext
    extends Object
    implements Cloneable, Context
    The heart of the system, the abstract implementation of context for simple-jndi. There are no abstract methods in this class, but it is not meant to be instantiated, but extended instead.
    Since:
    Simple-JNDI 0.11
    Version:
    $Rev: 2684 $ $Date: 2008-05-24 22:19:06 -0700 (Sat, 24 May 2008) $
    Author:
    Robert M. Zigweid