Class WeeklyService

  • All Implemented Interfaces:
    org.picocontainer.Startable

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

      • WeeklyService

        public WeeklyService()
    • Method Detail

      • 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: