Interface GatewaySystemTags
public interface GatewaySystemTags
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureTag
(String path, BoundPropertySet config) Configures the properties of a tag, creating it if necessary.default void
configureTag
(String path, DataType dataType) A shortcut for simply configuring the data type of a tag.boolean
void
Removes the tag from the provider, and deletes any extensions defined for it.default void
updateValue
(String path, Object value, QualityCode quality) Updates the value of a tag, creating it if necessary.void
updateValue
(String path, Object value, QualityCode quality, Date timestamp) Updates the value of a tags with value, quality, and timestamp.
-
Method Details
-
isRunning
boolean isRunning() -
updateValue
Updates the value of a tag, creating it if necessary. Uses the current time for the timestamp. -
updateValue
Updates the value of a tags with value, quality, and timestamp. Will create the tag if not already present. -
configureTag
Configures the properties of a tag, creating it if necessary. -
configureTag
A shortcut for simply configuring the data type of a tag. -
removeTag
Removes the tag from the provider, and deletes any extensions defined for it. Also removes anything under this location.
-