Class StateChangeNotificationExtensions

    • Constructor Detail

      • StateChangeNotificationExtensions

        public StateChangeNotificationExtensions​(int nodeID,
                                                 String namespace)

        Create a new alarm extension descriptor.

        Parameters:
        nodeID - the node ID of the node that the state change occurred on.
        namespace - the namespace that the notification source that raised this alarm resides in. May be null to represent the default namespace.
    • Method Detail

      • getNamespace

        public String getNamespace()

        Get the namespace that the notification source that raised this alarm resides in.

        Returns:
        the namespace, or null if the default namespace.