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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DLinkRef.java44 * A LinkRef contains a single StringRefAddr, whose type is "LinkAddress",
46 * Reference is that of this (LinkRef) class.
48 * LinkRef is bound to a name using the normal Context.bind()/rebind(), and
56 * A LinkRef instance is not synchronized against concurrent access by multiple
57 * threads. Threads that need to access a LinkRef instance concurrently should
71 * The serialized form of a LinkRef object consists of the serialized
75 public class LinkRef extends Reference { class in inherits:Reference
77 static final String linkClassName = LinkRef.class.getName();
81 * Constructs a LinkRef for a name.
84 public LinkRef(Nam method in class:LinkRef
92 public LinkRef(String linkName) { method in class:LinkRef
[all...]

Completed in 30 milliseconds