Class TaskStartupHandler

  • All Implemented Interfaces:
    org.wso2.carbon.core.ServerStartupObserver

    public class TaskStartupHandler
    extends Object
    implements org.wso2.carbon.core.ServerStartupObserver
    A server startup handler implementation which is used as a listener to know when to start scheduling the tasks.
    • Constructor Detail

      • TaskStartupHandler

        public TaskStartupHandler​(TaskService taskService)
    • Method Detail

      • completingServerStartup

        public void completingServerStartup()
        Specified by:
        completingServerStartup in interface org.wso2.carbon.core.ServerStartupObserver
      • completedServerStartup

        public void completedServerStartup()
        Specified by:
        completedServerStartup in interface org.wso2.carbon.core.ServerStartupObserver