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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DCompoundName.java140 * A <tt>CompoundName</tt> instance is not synchronized against concurrent
142 * <tt>CompoundName</tt> should lock the object.
149 public class CompoundName implements Name { class in inherits:Name
169 * to be used by subclasses of CompoundName when they override
180 protected CompoundName(Enumeration<String> comps, Properties syntax) { method in class:CompoundName
199 public CompoundName(String n, Properties syntax) throws InvalidNameException { method in class:CompoundName
214 * the CompoundName constructor with the same syntax properties
225 * If obj is null or not a CompoundName, false is returned.
230 * The default implementation of CompoundName uses the syntax properties
249 obj instanceof CompoundName
[all...]

Completed in 23 milliseconds