Class LocalFallbackInfo
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.util.LocalFallbackInfo
 
- 
 public class LocalFallbackInfo extends java.lang.ObjectLocal client fallback is a mechanism where a client tries to see if there is a gateway on the local machine, and if so, automatically can retarget to that local gateway in the event of losing it's connection.The way to use this class is by creating a new LocalFallbackInfo.Loader() and implement the onInfoLoaded callback. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLocalFallbackInfo.Loader
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringHOST
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFallbackProjectName()intgetPort()intgetSecondsToFallback()java.lang.StringgetSystemName()static voidmain(java.lang.String[] args)
 
- 
- 
- 
Field Detail- 
HOSTpublic static final java.lang.String HOST - See Also:
- Constant Field Values
 
 
- 
 
-