Searched defs:SolarisWatchKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DSolarisWatchService.java128 private class SolarisWatchKey extends AbstractWatchKey class in class:SolarisWatchService
143 SolarisWatchKey(SolarisWatchService watcher, method in class:SolarisWatchService.SolarisWatchKey
238 private final Map<UnixFileKey,SolarisWatchKey> fileKey2WatchKey;
251 this.fileKey2WatchKey = new HashMap<UnixFileKey,SolarisWatchKey>();
297 SolarisWatchKey watchKey = fileKey2WatchKey.get(fileKey);
312 watchKey = new SolarisWatchKey(watcher, dir, fileKey, object, events);
325 SolarisWatchKey key = (SolarisWatchKey)obj;
358 for (Map.Entry<UnixFileKey,SolarisWatchKey> entry: fileKey2WatchKey.entrySet()) {
432 // If node is a SolarisWatchKey (DirectoryNod
[all...]

Completed in 129 milliseconds