Interface OpcSubscription


  • public interface OpcSubscription
    • Method Detail

      • getConnectionName

        java.lang.String getConnectionName()
        Returns:
        the name of the OpcConnection this subscription was created on.
      • getSubscriptionName

        java.lang.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.