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

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

    • WeeklyService

      public WeeklyService()
  • Method Details

    • setManager

      public void setManager(WeeklyJobManager 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: