Package org.openremote.manager.apps
Class ConsoleAppService
java.lang.Object
org.openremote.manager.apps.ConsoleAppService
- All Implemented Interfaces:
org.openremote.model.ContainerService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ManagerIdentityServiceprotected ManagerWebServiceprotected org.openremote.container.persistence.PersistenceServiceprotected org.openremote.container.timer.TimerServiceFields inherited from interface org.openremote.model.ContainerService
DEFAULT_PRIORITY, HIGH_PRIORITY, LOW_PRIORITY, MED_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.openremote.model.ContainerService
getPriority
-
Field Details
-
timerService
protected org.openremote.container.timer.TimerService timerService -
managerWebService
-
identityService
-
persistenceService
protected org.openremote.container.persistence.PersistenceService persistenceService
-
-
Constructor Details
-
ConsoleAppService
public ConsoleAppService()
-
-
Method Details
-
init
- Specified by:
initin interfaceorg.openremote.model.ContainerService- Throws:
Exception
-
start
- Specified by:
startin interfaceorg.openremote.model.ContainerService- Throws:
Exception
-
stop
- Specified by:
stopin interfaceorg.openremote.model.ContainerService- Throws:
Exception
-
getInstalled
- Throws:
Exception
-
toString
-