Lines Matching refs:cont

274     public Object c_lookup(Name name, Continuation cont)
277 cont.setSuccess();
294 cont.setError(this, name);
295 throw cont.fillInException(e);
297 cont.setError(this, name);
301 throw cont.fillInException(ne);
305 public Object c_lookupLink(Name name, Continuation cont)
307 return c_lookup(name, cont);
310 public NamingEnumeration c_list(Name name, Continuation cont)
312 cont.setSuccess();
320 cont.setError(this, name);
321 throw cont.fillInException(e);
325 public NamingEnumeration c_listBindings(Name name, Continuation cont)
327 cont.setSuccess();
335 cont.setError(this, name);
336 throw cont.fillInException(e);
340 public void c_bind(Name name, Object obj, Continuation cont)
342 cont.setError(this, name);
343 throw cont.fillInException(
347 public void c_rebind(Name name, Object obj, Continuation cont)
349 cont.setError(this, name);
350 throw cont.fillInException(
354 public void c_unbind(Name name, Continuation cont)
356 cont.setError(this, name);
357 throw cont.fillInException(
361 public void c_rename(Name oldname, Name newname, Continuation cont)
363 cont.setError(this, oldname);
364 throw cont.fillInException(
368 public Context c_createSubcontext(Name name, Continuation cont)
370 cont.setError(this, name);
371 throw cont.fillInException(
375 public void c_destroySubcontext(Name name, Continuation cont)
377 cont.setError(this, name);
378 throw cont.fillInException(
382 public NameParser c_getNameParser(Name name, Continuation cont)
384 cont.setSuccess();
394 Continuation cont)
396 cont.setError(this, name);
397 throw cont.fillInException(
404 Continuation cont)
406 cont.setError(this, name);
407 throw cont.fillInException(
413 Continuation cont)
415 cont.setError(this, name);
416 throw cont.fillInException(
422 Continuation cont)
425 cont.setSuccess();
436 cont.setError(this, name);
437 throw cont.fillInException(e);
444 Continuation cont)
446 cont.setError(this, name);
447 throw cont.fillInException(
453 Continuation cont)
455 cont.setError(this, name);
456 throw cont.fillInException(
463 Continuation cont)
471 Continuation cont)
480 Continuation cont)
485 public DirContext c_getSchema(Name name, Continuation cont)
487 cont.setError(this, name);
488 throw cont.fillInException(
492 public DirContext c_getSchemaClassDefinition(Name name, Continuation cont)
494 cont.setError(this, name);
495 throw cont.fillInException(