org.kie.commons.java.nio.file
Interface WatchService
- All Superinterfaces:
- Closeable
public interface WatchService
- extends Closeable
| Methods inherited from interface org.kie.commons.java.nio.Closeable |
close |
poll
WatchKey poll()
throws ClosedWatchServiceException
- Throws:
ClosedWatchServiceException
poll
WatchKey poll(long timeout,
TimeUnit unit)
throws ClosedWatchServiceException,
InterruptedException
- Throws:
ClosedWatchServiceException
InterruptedException
take
WatchKey take()
throws ClosedWatchServiceException,
InterruptedException
- Throws:
ClosedWatchServiceException
InterruptedException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.