Class BroadcastService


  • public class BroadcastService
    extends Service<BroadcastConsumer>
    This service provides capabilities to register broadcast task in order to notify for all the net this task.
    Author:
    javaito
    • Method Detail

      • getInstance

        public static BroadcastService getInstance()
        Returns the singleton instance of the service.
        Returns:
        Service instance.
      • init

        protected void init()
        This method initialize all the necessary components of the service.
        Overrides:
        init in class Service<BroadcastConsumer>
      • isShuttingDown

        public boolean isShuttingDown()
        Verify if the service is in the shutting down process.
        Returns:
        True if the service in the shutting down process or not in the otherwise.