Class LazyCreateContext

  • All Implemented Interfaces:
    java.io.Serializable, javax.naming.Context

    public abstract class LazyCreateContext
    extends ReadOnlyContext
    See Also:
    Serialized Form
    • Constructor Detail

      • LazyCreateContext

        public LazyCreateContext()
    • Method Detail

      • lookup

        public java.lang.Object lookup​(java.lang.String name)
                                throws javax.naming.NamingException
        Specified by:
        lookup in interface javax.naming.Context
        Overrides:
        lookup in class ReadOnlyContext
        Throws:
        javax.naming.NamingException
      • createEntry

        protected abstract java.lang.Object createEntry​(java.lang.String name)