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

/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNNameParser.java71 return new CNCompoundName(comps.elements());
96 * Used by CNCtx.getNameInNamespace(), CNCompoundName.toString().
308 static final class CNCompoundName extends CompoundName { class in class:CNNameParser
309 CNCompoundName(Enumeration enum_) { method in class:CNNameParser.CNCompoundName
314 return new CNCompoundName(getAll());
319 return new CNCompoundName(comps);
324 return new CNCompoundName(comps);

Completed in 43 milliseconds