org.apache.aries.jndi.url
Class BlueprintName

java.lang.Object
  extended by javax.naming.CompositeName
      extended by org.apache.aries.jndi.url.AbstractName
          extended by org.apache.aries.jndi.url.BlueprintName
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Object>, Name

public class BlueprintName
extends AbstractName

See Also:
Serialized Form

Constructor Summary
BlueprintName(Name name)
           
BlueprintName(String name)
           
 
Method Summary
 String getComponentId()
           
 boolean hasComponent()
           
 
Methods inherited from class org.apache.aries.jndi.url.AbstractName
getScheme, getSchemePath
 
Methods inherited from class javax.naming.CompositeName
add, add, addAll, addAll, clone, compareTo, endsWith, equals, get, getAll, getPrefix, getSuffix, hashCode, isEmpty, remove, size, startsWith, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlueprintName

public BlueprintName(String name)
              throws InvalidNameException
Throws:
InvalidNameException

BlueprintName

public BlueprintName(Name name)
              throws InvalidNameException
Throws:
InvalidNameException
Method Detail

getComponentId

public String getComponentId()

hasComponent

public boolean hasComponent()


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