Class GridConfigurationSequenceNumberCallout

  • All Implemented Interfaces:
    ConnectionProvider

    public class GridConfigurationSequenceNumberCallout
    extends SimpleCallout
    Checks if there are more than one grid configuration with the same sequence number. If there are, a warning message is shown.
    Author:
    NaroaIriarte
    • Constructor Detail

      • GridConfigurationSequenceNumberCallout

        public GridConfigurationSequenceNumberCallout()
    • Method Detail

      • execute

        public void execute​(SimpleCallout.CalloutInfo info)
                     throws javax.servlet.ServletException
        Description copied from class: SimpleCallout
        Overwrite this method to implement a new servlet callout based in SimlpleCallout
        Specified by:
        execute in class SimpleCallout
        Parameters:
        info - The CalloutInfo that contains all helper data to access callout information and servlet information
        Throws:
        javax.servlet.ServletException