Interface OpcSubscription


public interface OpcSubscription
  • 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

      void modify(PropertySet properties)
      Modify this subscription using the modified configuration properties found in the properties PropertySet.
      Parameters:
      properties - the PropertySet containing the modified configuration properties.
    • getNodes

      com.google.common.collect.ImmutableList<? extends OpcSubscriptionNode> getNodes()
      Get a copied list of OpcSubscriptionNodes that belong to this subscription.
      Returns:
      a copied list of OpcSubscriptionNodes that belong to this subscription.
    • createNodes

      void createNodes(List<? extends OpcSubscriptionNode> nodes)
    • modifyNodes

      void modifyNodes(List<? extends OpcSubscriptionNode> nodes)
    • deleteNodes

      void deleteNodes(List<? extends OpcSubscriptionNode> nodes)