Searched refs:LinkRef (Results 1 - 4 of 4) 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...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DAtomicContext.java260 if (ret != null && ret instanceof LinkRef) {
352 if (ret != null && ret instanceof LinkRef) {
372 if (ret != null && ret instanceof LinkRef) {
H A DComponentContext.java537 if (ret instanceof LinkRef) {
545 if (ret instanceof LinkRef) {
H A DContinuation.java266 if (resObj instanceof LinkRef) {

Completed in 39 milliseconds