Class SimpleNameParser

  • All Implemented Interfaces:
    NameParser

    public class SimpleNameParser
    extends Object
    implements NameParser
    The NameParser for the Simple-JNDI.
    Since:
    OSJava Threads 2.0
    Version:
    $LastChangedRevision $ $LastChangedDate: 2007-06-24 19:01:53 -0700 (Sun, 24 Jun 2007) $
    Author:
    Robert M. Zigweid
    • Constructor Detail

      • SimpleNameParser

        public SimpleNameParser​(Context parent)
                         throws NamingException
        Creates a ThreadNameParser. Any relevant information that is needed, such as the environment that is passed to CompundName objects that are created.
        Parameters:
        parent - ThreadContext that utilizes the name parser.
        Throws:
        NamingException - if a naming exception is found.