Class TPC.Systems
- java.lang.Object
-
- com.inductiveautomation.ignition.common.execution.TPC.Systems
-
- Enclosing class:
- TPC
public static final class TPC.Systems extends java.lang.Object
This class simply contains some constant strings for common systems to encourage consistency. You may use any string to describe your thread, but try and keep the categorization broad. If you are writing a module, please use the same string for any thread / task your module creates - do not break down your threads further than the module level.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ALARMS
static java.lang.String
DATABASE
static java.lang.String
DEVICES
static java.lang.String
MONITORING
static java.lang.String
REDUNDANCY
static java.lang.String
REPORTING
static java.lang.String
SCRIPTING
static java.lang.String
STORE_FORWARD
static java.lang.String
TAGS
static java.lang.String
WebAPI
static java.lang.String
WebUI
-
Constructor Summary
Constructors Constructor Description Systems()
-
-
-
Field Detail
-
TAGS
public static final java.lang.String TAGS
- See Also:
- Constant Field Values
-
ALARMS
public static final java.lang.String ALARMS
- See Also:
- Constant Field Values
-
REDUNDANCY
public static final java.lang.String REDUNDANCY
- See Also:
- Constant Field Values
-
SCRIPTING
public static final java.lang.String SCRIPTING
- See Also:
- Constant Field Values
-
DATABASE
public static final java.lang.String DATABASE
- See Also:
- Constant Field Values
-
DEVICES
public static final java.lang.String DEVICES
- See Also:
- Constant Field Values
-
MONITORING
public static final java.lang.String MONITORING
- See Also:
- Constant Field Values
-
WebUI
public static final java.lang.String WebUI
- See Also:
- Constant Field Values
-
WebAPI
public static final java.lang.String WebAPI
- See Also:
- Constant Field Values
-
REPORTING
public static final java.lang.String REPORTING
- See Also:
- Constant Field Values
-
STORE_FORWARD
public static final java.lang.String STORE_FORWARD
- See Also:
- Constant Field Values
-
-