Home | History | Annotate | Download | only in jmdns

Lines Matching refs:classDelegate

38         public static interface ClassDelegate {
44 * @see #classDelegate()
45 * @see #setClassDelegate(ClassDelegate anObject)
51 private static final AtomicReference<ClassDelegate> _databaseClassDelegate = new AtomicReference<ClassDelegate>();
62 * @see #classDelegate()
63 * @see JmmDNS.Factory.ClassDelegate
65 public static void setClassDelegate(ClassDelegate delegate) {
73 * @see #setClassDelegate(ClassDelegate anObject)
74 * @see JmmDNS.Factory.ClassDelegate
76 public static ClassDelegate classDelegate() {
87 ClassDelegate delegate = _databaseClassDelegate.get();