jrun.naming
Class NamingParser

java.lang.Object
  |
  +--jrun.naming.NamingParser
All Implemented Interfaces:
javax.naming.NameParser, java.io.Serializable

public class NamingParser
extends java.lang.Object
implements javax.naming.NameParser, java.io.Serializable

This is the NamingParser emploed by the JRun JNDI provider to resolve Name objects properly. It conforms with the JNDI NameParser requirements.

Author:
PS Neville
See Also:
Serialized Form

Constructor Summary
NamingParser()
           
 
Method Summary
 javax.naming.Name parse(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamingParser

public NamingParser()
Method Detail

parse

public javax.naming.Name parse(java.lang.String name)
                        throws javax.naming.NamingException
Specified by:
parse in interface javax.naming.NameParser


Copyright � 2002 Macromedia Corporation. All Rights Reserved.