Class ConsoleAppService

java.lang.Object
org.openremote.manager.apps.ConsoleAppService
All Implemented Interfaces:
org.openremote.model.ContainerService

public class ConsoleAppService extends Object implements org.openremote.model.ContainerService
  • Field Details

    • timerService

      protected org.openremote.container.timer.TimerService timerService
    • managerWebService

      protected ManagerWebService managerWebService
    • identityService

      protected ManagerIdentityService identityService
    • persistenceService

      protected org.openremote.container.persistence.PersistenceService persistenceService
  • Constructor Details

    • ConsoleAppService

      public ConsoleAppService()
  • Method Details

    • init

      public void init(org.openremote.model.Container container) throws Exception
      Specified by:
      init in interface org.openremote.model.ContainerService
      Throws:
      Exception
    • start

      public void start(org.openremote.model.Container container) throws Exception
      Specified by:
      start in interface org.openremote.model.ContainerService
      Throws:
      Exception
    • stop

      public void stop(org.openremote.model.Container container) throws Exception
      Specified by:
      stop in interface org.openremote.model.ContainerService
      Throws:
      Exception
    • getInstalled

      public String[] getInstalled() throws Exception
      Throws:
      Exception
    • toString

      public String toString()
      Overrides:
      toString in class Object