Searched defs:CompositeName (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DCompositeName.java79 *(<tt>CompositeName</tt>).
81 <table border="1" cellpadding=3 width="70%" summary="examples showing string form of composite name and its corresponding structural form (CompositeName)">
85 <th>CompositeName</th>
92 <td>{} (the empty name == new CompositeName("") == new CompositeName())
143 * corresponding <tt>CompositeName</tt>s. Notice that composing the
193 * A <tt>CompositeName</tt> instance is not synchronized against concurrent
195 * <tt>CompositeName</tt> should lock the object.
203 public class CompositeName implements Name { class in inherits:Name
209 * to be used by subclasses of CompositeName whe
217 protected CompositeName(Enumeration<String> comps) { method in class:CompositeName
230 public CompositeName(String n) throws InvalidNameException { method in class:CompositeName
238 public CompositeName() { method in class:CompositeName
[all...]

Completed in 29 milliseconds