org.apache.aries.jndi.url
Class AbstractName

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

public abstract class AbstractName
extends CompositeName

See Also:
Serialized Form

Constructor Summary
AbstractName(Enumeration<String> e)
           
 
Method Summary
 String getScheme()
           
 String 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

AbstractName

public AbstractName(Enumeration<String> e)
Method Detail

getScheme

public String getScheme()

getSchemePath

public String getSchemePath()


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