Interface OpcSubscription
public interface OpcSubscription
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createNodes
(List<? extends OpcSubscriptionNode> nodes) void
deleteNodes
(List<? extends OpcSubscriptionNode> nodes) com.google.common.collect.ImmutableList<? extends OpcSubscriptionNode>
getNodes()
Get a copied list ofOpcSubscriptionNode
s that belong to this subscription.void
modify
(PropertySet properties) Modify this subscription using the modified configuration properties found in theproperties
PropertySet
.void
modifyNodes
(List<? extends OpcSubscriptionNode> nodes)
-
Method Details
-
getConnectionName
String getConnectionName()- Returns:
- the name of the
OpcConnection
this subscription was created on.
-
getSubscriptionName
String getSubscriptionName()- Returns:
- the name of this subscription.
-
modify
Modify this subscription using the modified configuration properties found in theproperties
PropertySet
.- Parameters:
properties
- thePropertySet
containing the modified configuration properties.
-
getNodes
com.google.common.collect.ImmutableList<? extends OpcSubscriptionNode> getNodes()Get a copied list ofOpcSubscriptionNode
s that belong to this subscription.- Returns:
- a copied list of
OpcSubscriptionNode
s that belong to this subscription.
-
createNodes
-
modifyNodes
-
deleteNodes
-