Interface OpcSubscription
public interface OpcSubscription
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateNodes(List<? extends OpcSubscriptionNode> nodes) voiddeleteNodes(List<? extends OpcSubscriptionNode> nodes) com.google.common.collect.ImmutableList<? extends OpcSubscriptionNode>getNodes()Get a copied list ofOpcSubscriptionNodes that belong to this subscription.voidmodify(PropertySet properties) Modify this subscription using the modified configuration properties found in thepropertiesPropertySet.voidmodifyNodes(List<? extends OpcSubscriptionNode> nodes)
-
Method Details
-
getConnectionName
String getConnectionName()- Returns:
- the name of the
OpcConnectionthis subscription was created on.
-
getSubscriptionName
String getSubscriptionName()- Returns:
- the name of this subscription.
-
modify
Modify this subscription using the modified configuration properties found in thepropertiesPropertySet.- Parameters:
properties- thePropertySetcontaining the modified configuration properties.
-
getNodes
com.google.common.collect.ImmutableList<? extends OpcSubscriptionNode> getNodes()Get a copied list ofOpcSubscriptionNodes that belong to this subscription.- Returns:
- a copied list of
OpcSubscriptionNodes that belong to this subscription.
-
createNodes
-
modifyNodes
-
deleteNodes
-