org.exolab.jms.jndi
Class JndiNameParser

java.lang.Object
  |
  +--org.exolab.jms.jndi.JndiNameParser
All Implemented Interfaces:
javax.naming.NameParser

public class JndiNameParser
extends java.lang.Object
implements javax.naming.NameParser

implementation of the NameParser interface for the JndiNameParser. The JndiNameParser uses the dot notation to define names

Version:
$Revision: 1.4 $ $Date: 2003/08/07 13:32:57 $
Author:
Jim Alateras
See Also:
NameParser

Constructor Summary
JndiNameParser()
           
 
Method Summary
 javax.naming.Name parse(java.lang.String name)
          Parse the specified name using the class defined syntax.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiNameParser

public JndiNameParser()
Method Detail

parse

public javax.naming.Name parse(java.lang.String name)
                        throws javax.naming.NamingException
Parse the specified name using the class defined syntax. If there is a problem parsing the name then throw NamingException
Specified by:
parse in interface javax.naming.NameParser
Parameters:
name - name to parse
Returns:
Name constructed compound name
Throws:
javax.naming.NamingException -  


Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.