Lines Matching refs:DirContext

35  * This abstract class is a generic URL DirContext that accepts as the
51 implements DirContext {
64 * Do this in case intermediate contexts are not DirContext.
66 protected DirContext getContinuationDirContext(Name n) throws NamingException {
77 DirContext ctx = (DirContext)res.getResolvedObj();
89 DirContext ctx = getContinuationDirContext(name);
101 DirContext ctx = (DirContext)res.getResolvedObj();
114 DirContext ctx = getContinuationDirContext(name);
126 DirContext ctx = (DirContext)res.getResolvedObj();
139 DirContext ctx = getContinuationDirContext(name);
151 DirContext ctx = (DirContext)res.getResolvedObj();
164 DirContext ctx = getContinuationDirContext(name);
176 DirContext ctx = (DirContext)res.getResolvedObj();
189 DirContext ctx = getContinuationDirContext(name);
201 DirContext ctx = (DirContext)res.getResolvedObj();
214 DirContext ctx = getContinuationDirContext(name);
223 public DirContext createSubcontext(String name, Attributes attrs)
226 DirContext ctx = (DirContext)res.getResolvedObj();
234 public DirContext createSubcontext(Name name, Attributes attrs)
239 DirContext ctx = getContinuationDirContext(name);
248 public DirContext getSchema(String name) throws NamingException {
250 DirContext ctx = (DirContext)res.getResolvedObj();
254 public DirContext getSchema(Name name) throws NamingException {
258 DirContext ctx = getContinuationDirContext(name);
267 public DirContext getSchemaClassDefinition(String name)
270 DirContext ctx = (DirContext)res.getResolvedObj();
278 public DirContext getSchemaClassDefinition(Name name)
283 DirContext ctx = getContinuationDirContext(name);
296 DirContext ctx = (DirContext)res.getResolvedObj();
310 DirContext ctx = getContinuationDirContext(name);
324 DirContext ctx = (DirContext)res.getResolvedObj();
341 DirContext ctx = getContinuationDirContext(name);
356 DirContext ctx = (DirContext)res.getResolvedObj();
371 DirContext ctx = getContinuationDirContext(name);
386 DirContext ctx = (DirContext)res.getResolvedObj();
403 DirContext ctx = getContinuationDirContext(name);