Class ActivityContextReloader


  • public class ActivityContextReloader
    extends java.lang.Object
    Provides timer control to reload the ActivityContext.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setResources​(java.util.Enumeration<java.net.URL> resources)  
      void start​(int scanIntervalInSeconds)  
      void stop()  
      • Methods inherited from class java.lang.Object

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

      • ActivityContextReloader

        public ActivityContextReloader​(ServiceController serviceController)
    • Method Detail

      • setResources

        public void setResources​(java.util.Enumeration<java.net.URL> resources)
      • start

        public void start​(int scanIntervalInSeconds)
      • stop

        public void stop()