KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > CompoundName

javax.naming
Class CompoundName

java.lang.Object
  extended by javax.naming.CompoundName
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Object>, Name
See Also:
Top Examples, Source Code

public Name add(int posn,
                String comp)
         throws InvalidNameException
See Also:
ArrayIndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Name add(String comp)
         throws InvalidNameException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Name addAll(int posn,
                   Name n)
            throws InvalidNameException
See Also:
ArrayIndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Name addAll(Name suffix)
            throws InvalidNameException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object clone()
See Also:
Cloneable, Name
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int compareTo(Object obj)
See Also:
equals(java.lang.Object), ClassCastException, Name, Comparable, compareTo
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CompoundName(String n,
                    Properties syntax)
             throws InvalidNameException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected CompoundName(Enumeration<String> comps,
                       Properties syntax)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean endsWith(Name n)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object obj)
See Also:
compareTo(java.lang.Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String get(int posn)
See Also:
ArrayIndexOutOfBoundsException, Name
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Enumeration<String> getAll()
See Also:
Name
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Name getPrefix(int posn)
See Also:
ArrayIndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Name getSuffix(int posn)
See Also:
ArrayIndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected transient javax.naming.NameImpl impl
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isEmpty()
See Also:
Name
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected transient Properties mySyntax
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object remove(int posn)
              throws InvalidNameException
See Also:
ArrayIndexOutOfBoundsException, Name
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int size()
See Also:
Name
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean startsWith(Name n)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags