java.lang.Object
org.exoplatform.commons.notification.job.mbeans.DailyService
All Implemented Interfaces:
org.picocontainer.Startable

public class DailyService extends Object implements org.picocontainer.Startable
  • Constructor Details

    • DailyService

      public DailyService()
  • Method Details

    • setManagement

      public void setManagement(DailyJobManager manager)
    • start

      public void start()
      Register this instance as managed object
      Specified by:
      start in interface org.picocontainer.Startable
    • stop

      public void stop()
      Specified by:
      stop in interface org.picocontainer.Startable
    • on

      public void on()
      Change state of service to ON
    • off

      public void off()
      Change state of service to OFF
    • isStarted

      public static boolean isStarted()
      Get state of service
      Returns: