Interface OpcSubscription
public interface OpcSubscription
- 
Method SummaryModifier 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- 
getConnectionNameString getConnectionName()- Returns:
- the name of the OpcConnectionthis subscription was created on.
 
- 
getSubscriptionNameString getSubscriptionName()- Returns:
- the name of this subscription.
 
- 
modifyModify this subscription using the modified configuration properties found in thepropertiesPropertySet.- Parameters:
- properties- the- PropertySetcontaining the modified configuration properties.
 
- 
getNodescom.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
 
-