Package com.ibm.fhir.bucket.scanner
Interface IResourceScanner
-
- All Known Implementing Classes:
CosScanner,LocalFileScanner
public interface IResourceScannerA scanner active object which searches a repository looking for resources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit()Start the scannervoidsignalStop()Tells the scanner to stopvoidwaitForStop()Tell the main loop thread to stop if it hasn't already and wait a reasonable time for the main thread loop to terminate
-