Lines Matching refs:ClassDelegate
44 public static interface ClassDelegate {
52 * @see #classDelegate()
53 * @see #setClassDelegate(ClassDelegate anObject)
58 private static final AtomicReference<Factory.ClassDelegate> _databaseClassDelegate = new AtomicReference<Factory.ClassDelegate>();
70 * @see #classDelegate()
71 * @see DNSTaskStarter.Factory.ClassDelegate
73 public static void setClassDelegate(Factory.ClassDelegate delegate) {
81 * @see #setClassDelegate(ClassDelegate anObject)
82 * @see DNSTaskStarter.Factory.ClassDelegate
84 public static Factory.ClassDelegate classDelegate() {
97 Factory.ClassDelegate delegate = _databaseClassDelegate.get();