Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.jndi
Class NameParserImpl  view NameParserImpl download NameParserImpl.java

java.lang.Object
  extended byorg.activemq.jndi.NameParserImpl
All Implemented Interfaces:
javax.naming.NameParser

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

A default implementation of javax.naming.NameParser

Version:
$Revision: 1.1.1.1 $

Constructor Summary
NameParserImpl()
           
 
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

NameParserImpl

public NameParserImpl()
Method Detail

parse

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