Class StartupSequence
- java.lang.Object
-
- com.inhousegreenhouse.ch.app.core.sequence.Sequence
-
- com.inhousegreenhouse.ch.app.core.sequence.StartupSequence
-
- All Implemented Interfaces:
IGreenhouseSequence
public class StartupSequence extends Sequence implements IGreenhouseSequence
This class is responsible for starting the monitoring system.
-
-
Constructor Summary
Constructors Constructor Description StartupSequence(java.util.Properties settings)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Starts the monitoring system.-
Methods inherited from class com.inhousegreenhouse.ch.app.core.sequence.Sequence
getSequenceName
-
-
-
-
Method Detail
-
run
public void run() throws CriticalGreenhouseError
Starts the monitoring system.- Specified by:
run
in interfaceIGreenhouseSequence
- Throws:
CriticalGreenhouseError
- if the monitoring system cannot be started.
-
-