java.lang.Object | +--javax.naming.CompoundNameAll Implemented Interfaces:
transient java.util.Properties | mySyntax |
CompoundName(java.util.Enumeration comps, java.util.Properties syntax) |
CompoundName(java.lang.String n, java.util.Properties syntax) |
javax.naming.Name | add(int posn, java.lang.String comp) |
javax.naming.Name | add(java.lang.String comp) |
javax.naming.Name | addAll(int posn, javax.naming.Name n) |
javax.naming.Name | addAll(javax.naming.Name suffix) |
java.lang.Object | clone() |
int | compareTo(java.lang.Object obj) |
boolean | endsWith(javax.naming.Name n) |
boolean | equals(java.lang.Object obj) |
java.lang.String | get(int posn) |
java.util.Enumeration | getAll() |
javax.naming.Name | getPrefix(int posn) |
javax.naming.Name | getSuffix(int posn) |
int | hashCode() |
boolean | isEmpty() |
java.lang.Object | remove(int posn) |
int | size() |
boolean | startsWith(javax.naming.Name n) |
java.lang.String | toString() |
protected transient Properties mySyntax
public CompoundName(java.lang.String n, java.util.Properties syntax)
Parameters:n
- syntax
- protected CompoundName(java.util.Enumeration comps, java.util.Properties syntax)
Parameters:comps
- syntax
- public Name add(int posn, java.lang.String comp)
Parameters:posn
- comp
- public Name add(java.lang.String comp)
Parameters:comp
- public Name addAll(int posn, javax.naming.Name n)
Parameters:posn
- n
- public Name addAll(javax.naming.Name suffix)
Parameters:suffix
- public Object clone()
public int compareTo(java.lang.Object obj)
Parameters:obj
- public boolean endsWith(javax.naming.Name n)
Parameters:n
- public boolean equals(java.lang.Object obj)
Parameters:obj
- public String get(int posn)
Parameters:posn
- public Enumeration getAll()
public Name getPrefix(int posn)
Parameters:posn
- public Name getSuffix(int posn)
Parameters:posn
- public int hashCode()
public boolean isEmpty()
public Object remove(int posn)
Parameters:posn
- public int size()
public boolean startsWith(javax.naming.Name n)
Parameters:n
- public String toString()