javax.naming
Class CompositeName
java.lang.Object
|
+--javax.naming.CompositeName
All Implemented Interfaces:
Name, Cloneable, Serializable
Author:- Tom Tromey <tromey@redhat.com>
CompositeName
public CompositeName()
Author:- Tom Tromey <tromey@redhat.com>
CompositeName
public CompositeName(java.lang.String n)
Parameters:
CompositeName
protected CompositeName(java.util.Enumeration comps)
Parameters:
add
public Name add(int posn, java.lang.String comp)
Parameters:
add
public Name add(java.lang.String comp)
Parameters:
addAll
public Name addAll(int posn, javax.naming.Name n)
Parameters:
addAll
public Name addAll(javax.naming.Name suffix)
Parameters:
clone
public Object clone()
compareTo
public int compareTo(java.lang.Object obj)
Parameters:
endsWith
public boolean endsWith(javax.naming.Name n)
Parameters:
equals
public boolean equals(java.lang.Object obj)
Parameters:
get
public String get(int posn)
Parameters:
getAll
public Enumeration getAll()
getPrefix
public Name getPrefix(int posn)
Parameters:
getSuffix
public Name getSuffix(int posn)
Parameters:
hashCode
public int hashCode()
isEmpty
public boolean isEmpty()
remove
public Object remove(int posn)
Parameters:
size
public int size()
startsWith
public boolean startsWith(javax.naming.Name n)
Parameters:
toString
public String toString()