Searched refs:getTargetContext (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/src/java.naming/share/classes/javax/naming/spi/
H A DContinuationContext.java50 protected Context getTargetContext() throws NamingException { method in class:ContinuationContext
66 Context ctx = getTargetContext();
71 Context ctx = getTargetContext();
76 Context ctx = getTargetContext();
81 Context ctx = getTargetContext();
86 Context ctx = getTargetContext();
90 Context ctx = getTargetContext();
95 Context ctx = getTargetContext();
99 Context ctx = getTargetContext();
104 Context ctx = getTargetContext();
[all...]
H A DContinuationDirContext.java58 protected DirContextNamePair getTargetContext(Name name) method in class:ContinuationDirContext
94 protected DirContextStringPair getTargetContext(String name) method in class:ContinuationDirContext
130 DirContextStringPair res = getTargetContext(name);
136 DirContextStringPair res = getTargetContext(name);
141 DirContextNamePair res = getTargetContext(name);
147 DirContextNamePair res = getTargetContext(name);
153 DirContextNamePair res = getTargetContext(name);
158 DirContextStringPair res = getTargetContext(name);
164 DirContextNamePair res = getTargetContext(name);
169 DirContextStringPair res = getTargetContext(nam
[all...]
H A DNamingManager.java834 return cctx.getTargetContext();

Completed in 79 milliseconds