Class NotificationSourceBasedTask

    • Constructor Detail

      • NotificationSourceBasedTask

        public NotificationSourceBasedTask()
    • Method Detail

      • addSbbNotificationSource

        public void addSbbNotificationSource​(SbbNotificationSourceElement notifSource)

        Add an SbbNotificationSourceElement, called by ant

        Parameters:
        notifSource -
      • addRAEntityNotificationSource

        public void addRAEntityNotificationSource​(RAENotificationSourceElement notifSource)

        Add an RAENotificationSourceElement, called by ant

        Parameters:
        notifSource -
      • addProfileTableNotificationSource

        public void addProfileTableNotificationSource​(PTNotificationSourceElement notifSource)

        Add an PTNotificationSourceElement, called by ant

        Parameters:
        notifSource -
      • addSubsystemNotificationSource

        public void addSubsystemNotificationSource​(SubsystemNotificationSourceElement notifSource)

        Add an SubsystemNotificationSourceElement, called by ant

        Parameters:
        notifSource -
      • createNotificationSource

        public NotificationSource createNotificationSource()
                                                    throws org.apache.tools.ant.BuildException

        Get the SLEE notification source object for the notification source provided to the task.

        Throws:
        org.apache.tools.ant.BuildException