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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DNameClassPair.java33 * The NameClassPair class represents the name and the
41 * A NameClassPair instance is not synchronized against concurrent
42 * access by multiple threads. Threads that need to access a NameClassPair
55 * The serialized form of a NameClassPair object consists of the name (a
59 public class NameClassPair implements java.io.Serializable { class in inherits:java.io.Serializable
61 * Contains the name of this NameClassPair.
71 *Contains the class name contained in this NameClassPair.
81 * Contains the full name of this NameClassPair within its
92 * Records whether the name of this <tt>NameClassPair</tt>
105 * Constructs an instance of a NameClassPair give
118 public NameClassPair(String name, String className) { method in class:NameClassPair
141 public NameClassPair(String name, String className, boolean isRelative) { method in class:NameClassPair
[all...]

Completed in 30 milliseconds