name.pachler.nio.file.impl
Class PollingPathWatchService
java.lang.Object
name.pachler.nio.file.WatchService
name.pachler.nio.file.impl.PathWatchService
name.pachler.nio.file.impl.PollingPathWatchService
- All Implemented Interfaces:
- java.io.Closeable
public class PollingPathWatchService
- extends PathWatchService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollingPathWatchService
public PollingPathWatchService()
register
public PathWatchKey register(Path path,
WatchEvent.Kind<?>[] kinds,
WatchEvent.Modifier[] modifiers)
throws java.io.IOException
- Specified by:
register
in class PathWatchService
- Throws:
java.io.IOException
reset
public boolean reset(PathWatchKey pathWatchKey)
close
public void close()
throws java.io.IOException
- Specified by:
close
in interface java.io.Closeable
- Specified by:
close
in class WatchService
- Throws:
java.io.IOException
poll
public WatchKey poll()
throws java.lang.InterruptedException,
ClosedWatchServiceException
- Specified by:
poll
in class WatchService
- Throws:
java.lang.InterruptedException
ClosedWatchServiceException
poll
public WatchKey poll(long timeout,
java.util.concurrent.TimeUnit unit)
throws java.lang.InterruptedException,
ClosedWatchServiceException
- Specified by:
poll
in class WatchService
- Throws:
java.lang.InterruptedException
ClosedWatchServiceException
take
public WatchKey take()
throws java.lang.InterruptedException,
ClosedWatchServiceException
- Specified by:
take
in class WatchService
- Throws:
java.lang.InterruptedException
ClosedWatchServiceException
getPollInterval
public long getPollInterval()
setPollInterval
public void setPollInterval(long pollInterval)