Class EnterpriseIntitalContext

  • All Implemented Interfaces:
    Context

    public class EnterpriseIntitalContext
    extends InitialContext
    Enterprise specific Initial context which is avoiding allows to setup the user defined properties to the context
    • Constructor Detail

      • EnterpriseIntitalContext

        public EnterpriseIntitalContext​(Hashtable<?,​?> environment)
                                 throws NamingException
        Constructs an initial context using the supplied environment. Environment properties are discussed in the class description.

        This constructor will not modify environment or save a reference to it, but may save a clone.

        Parameters:
        environment - environment used to create the initial context. Null indicates an empty environment.
        Throws:
        NamingException - if a naming exception is encountered