Class ProcessEventAction

  • All Implemented Interfaces:
    de.pisa.psa.ssn.PsaTrnLisHlp.Act

    public class ProcessEventAction
    extends java.lang.Object
    implements de.pisa.psa.ssn.PsaTrnLisHlp.Act
    Transaction action for processing the event
    Since:
    15.08.2023
    Author:
    weiland
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessEventAction​(PsaRstApiEvtIfcApp app, int row, java.util.function.Predicate<java.lang.String> method_filter)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProcessEventAction

        public ProcessEventAction​(PsaRstApiEvtIfcApp app,
                                  int row,
                                  java.util.function.Predicate<java.lang.String> method_filter)
                           throws java.lang.Exception
        Constructor
        Parameters:
        app - app
        row - row
        method_filter - method filter
        Throws:
        java.lang.Exception
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface de.pisa.psa.ssn.PsaTrnLisHlp.Act
        See Also:
        PsaTrnLisHlp.Act.run()