Interface DirectoryMonitor
- All Known Subinterfaces:
DirectoryPoller
- All Known Implementing Classes:
DbCachingDirectoryPoller
public interface DirectoryMonitor
Allows monitoring remote directory mutations.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the ID of the directory that is being polled.
-
Method Details
-
getDirectoryID
long getDirectoryID()Returns the ID of the directory that is being polled.- Returns:
- directory ID.
-