Interface IResourceScanner
-
- All Known Implementing Classes:
CosScanner
,LocalFileScanner
public interface IResourceScanner
A scanner active object which searches a repository looking for resources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init()
Start the scannervoid
signalStop()
Tells the scanner to stopvoid
waitForStop()
Tell the main loop thread to stop if it hasn't already and wait a reasonable time for the main thread loop to terminate
-