org.apache.aries.jndi.url
Class BlueprintNameParser

java.lang.Object
  extended by org.apache.aries.jndi.url.BlueprintNameParser
All Implemented Interfaces:
NameParser

public final class BlueprintNameParser
extends Object
implements NameParser

A parser for the aries namespace


Constructor Summary
BlueprintNameParser()
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 Name parse(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlueprintNameParser

public BlueprintNameParser()
Method Detail

parse

public Name parse(String name)
           throws NamingException
Specified by:
parse in interface NameParser
Throws:
NamingException

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.