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 scanner
      void signalStop()
      Tells the scanner to stop
      void 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
    • Method Detail

      • init

        void init()
        Start the scanner
      • signalStop

        void signalStop()
        Tells the scanner to stop
      • waitForStop

        void 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