Class NamingContextFactory

    • Field Detail

      • JAVA_PORT_PROPERTY

        public static final String JAVA_PORT_PROPERTY
        Name of the property which defines the listener port used when creating an initial context using this factory.
        See Also:
        Constant Field Values
      • JAVA_HOST_PROPERTY

        public static final String JAVA_HOST_PROPERTY
        Name of the property which defines the host name used when creating an initial context using this factory.
        See Also:
        Constant Field Values
      • SCN_PORT_PROPERTY

        public static final String SCN_PORT_PROPERTY
        Specific property. It is useful when several naming provider use the same property.
        See Also:
        Constant Field Values
      • SCN_HOST_PROPERTY

        public static final String SCN_HOST_PROPERTY
        Specific property. It is useful when several naming provider use the same property.
        See Also:
        Constant Field Values
      • SCN_PROVIDER_URL

        public static final String SCN_PROVIDER_URL
        Specific property. It is useful when several naming provider use the same property.
        See Also:
        Constant Field Values
    • Constructor Detail

      • NamingContextFactory

        public NamingContextFactory()