Class ConnectStep
- java.lang.Object
 - 
- com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep
 - 
- com.inductiveautomation.ignition.client.launch.steps.BaseStep
 - 
- com.inductiveautomation.ignition.client.launch.steps.ConnectStep
 
 
 
 
- 
- All Implemented Interfaces:
 LaunchStep
public class ConnectStep extends BaseStep
First step.- Tries to connect to one of the addresses in LaunchContext.getGatewayAddresses()
 - Downloads LaunchManifest from %URL%/system/launchmf/SCOPE/
 - Sets LaunchContext.setGatewayAddress() to the GatewayAddress that it successfully connected to
 
 
- 
- 
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 Constructor Description ConnectStep(LaunchContextImpl context, int numberOfTries) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescriptionKey()voidrun()- 
Methods inherited from class com.inductiveautomation.ignition.client.launch.steps.BaseStep
getDescription, getString, log, maybeWaitFor503, runLockedAction, waitFor 
- 
Methods 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 Detail
- 
ConnectStep
public ConnectStep(LaunchContextImpl context, int numberOfTries)
 
 - 
 
- 
Method Detail
- 
getDescriptionKey
public java.lang.String getDescriptionKey()
- Specified by:
 getDescriptionKeyin classBaseStep
 
- 
run
public void run() throws java.lang.Exception- Throws:
 java.lang.Exception
 
 - 
 
 -