Class UpdateService


  • @NotThreadSafe
    public class UpdateService
    extends java.lang.Object
    The CachedWebDataSource Service Loader. This class loads all services that implement CachedWebDataSource.
    Author:
    Jeremy Long
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateService​(java.lang.ClassLoader classLoader)
      Creates a new instance of UpdateService.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<CachedWebDataSource> getDataSources()
      Returns an Iterator for all instances of the CachedWebDataSource interface.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UpdateService

        public UpdateService​(java.lang.ClassLoader classLoader)
        Creates a new instance of UpdateService.
        Parameters:
        classLoader - the ClassLoader to use when dynamically loading Analyzer and Update services
    • Method Detail

      • getDataSources

        public java.util.Iterator<CachedWebDataSource> getDataSources()
        Returns an Iterator for all instances of the CachedWebDataSource interface.
        Returns:
        an iterator of CachedWebDataSource.