Class CheckAllJobs

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

    public class CheckAllJobs
    extends ome.tools.spring.OnContextRefreshedEventListener
    Since:
    Beta4.2
    • Constructor Summary

      Constructors 
      Constructor Description
      CheckAllJobs​(ome.services.util.Executor ex, Ice.ObjectAdapter oa, TopicManager tm)  
      CheckAllJobs​(ome.services.util.Executor ex, Ice.ObjectAdapter oa, TopicManager tm, long waitMs)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleContextRefreshedEvent​(org.springframework.context.event.ContextRefreshedEvent event)  
      void run()  
      void synchronizeJobs()  
      • Methods inherited from class ome.tools.spring.OnContextRefreshedEventListener

        onApplicationEvent, setApplicationContext
      • Methods inherited from class java.lang.Object

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

      • CheckAllJobs

        public CheckAllJobs​(ome.services.util.Executor ex,
                            Ice.ObjectAdapter oa,
                            TopicManager tm)
      • CheckAllJobs

        public CheckAllJobs​(ome.services.util.Executor ex,
                            Ice.ObjectAdapter oa,
                            TopicManager tm,
                            long waitMs)
    • Method Detail

      • handleContextRefreshedEvent

        public void handleContextRefreshedEvent​(org.springframework.context.event.ContextRefreshedEvent event)
        Specified by:
        handleContextRefreshedEvent in class ome.tools.spring.OnContextRefreshedEventListener
      • run

        public void run()
      • synchronizeJobs

        public void synchronizeJobs()