Searched refs:AbstractWatchService (Results 1 – 6 of 6) sorted by relevance
54 private final AbstractWatchService watcher;69 protected AbstractWatchKey(Path dir, AbstractWatchService watcher) { in AbstractWatchKey()77 final AbstractWatchService watcher() { in watcher()
36 abstract class AbstractWatchService implements WatchService { class59 protected AbstractWatchService() { in AbstractWatchService() method in AbstractWatchService
46 extends AbstractWatchService
894 if (!(watcher instanceof AbstractWatchService)) in register()897 return ((AbstractWatchService)watcher).register(this, events, modifiers); in register()
51 extends AbstractWatchService
1605 "ojluni/src/main/java/sun/nio/fs/AbstractWatchService.java",