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

/openjdk7/jdk/src/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.java57 protected DirContextNamePair getTargetContext(Name name) method in class:ContinuationDirContext
93 protected DirContextStringPair getTargetContext(String name) method in class:ContinuationDirContext
129 DirContextStringPair res = getTargetContext(name);
135 DirContextStringPair res = getTargetContext(name);
140 DirContextNamePair res = getTargetContext(name);
146 DirContextNamePair res = getTargetContext(name);
152 DirContextNamePair res = getTargetContext(name);
157 DirContextStringPair res = getTargetContext(name);
163 DirContextNamePair res = getTargetContext(name);
168 DirContextStringPair res = getTargetContext(nam
[all...]
H A DNamingManager.java787 return cctx.getTargetContext();

Completed in 48 milliseconds