Class MultiAction

  • All Implemented Interfaces:
    adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.QuickInfoSupporter, adams.core.SizeOfHandler, Serializable

    public class MultiAction
    extends AbstractChannelAction
    Applies the actions sequentially as long as they are successful.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • MultiAction

        public MultiAction()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options.
        Specified by:
        defineOptions in interface adams.core.option.OptionHandler
        Overrides:
        defineOptions in class adams.core.option.AbstractOptionHandler
      • setActions

        public void setActions​(AbstractChannelAction[] value)
        Sets the actions to run.
        Parameters:
        value - the actions
      • getActions

        public AbstractChannelAction[] getActions()
        Returns the actions to run.
        Returns:
        the actions
      • actionsTipText

        public String actionsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doPerformAction

        protected String doPerformAction​(com.rabbitmq.client.Channel channel)
        Performs the action.
        Specified by:
        doPerformAction in class AbstractChannelAction
        Parameters:
        channel - the channel to operate on
        Returns:
        null if successful, otherwise error message