Class CheckManifestStep
java.lang.Object
com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep
com.inductiveautomation.ignition.client.launch.steps.BaseStep
com.inductiveautomation.ignition.client.launch.steps.CheckManifestStep
- All Implemented Interfaces:
 LaunchStep
Second Step on a restart operation.
 
- Checks the gateway's manifest against our cache's manifest
 - Either continues, or exits and launches a new JVM depending on whether the manifests are equal or not.
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep
AbstractLaunchStep.LockedAction<T>Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.client.launch.LaunchStep
LaunchStep.StepState - 
Field Summary
Fields inherited from class com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep
changeSupport - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.inductiveautomation.ignition.client.launch.steps.BaseStep
getDescription, getString, log, maybeWaitFor503, restartClient, runLockedAction, waitForMethods inherited from class com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getMessage, getProgress, getState, isIndeterminate, newConnection, newConnection, removePropertyChangeListener, removePropertyChangeListener, runLockedAction, setIndeterminate, setMessage, setMessagef, setProgress, setState 
- 
Constructor Details
- 
CheckManifestStep
 
 - 
 - 
Method Details
- 
getDescriptionKey
- Specified by:
 getDescriptionKeyin classBaseStep
 - 
run
- Throws:
 Exception
 
 -