Class ProcessSessionValidityBasic

All Implemented Interfaces:
Cloneable

public class ProcessSessionValidityBasic extends ProcessSessionValidity
  • Constructor Details

    • ProcessSessionValidityBasic

      public ProcessSessionValidityBasic()
  • Method Details

    • processRow

      public boolean processRow(ResultSet resultSet)
      Description copied from class: DbRowProcessor
      This method has to be implemented by each class that extends the DbRowProcessor class. It has to contain all the logic that should be executed for each row of a result set.
      Specified by:
      processRow in class DbRowProcessor
      Parameters:
      resultSet - the ResultSet instance that was provided to the DbQueryManager's fetch method.
      Returns:
      true if the processing is considered successful; or

      false if the processing is considered failed.

      Note: this return value is purely indicative and unless the user does checks with the wasSuccessful() method, it will have no influence on anything.

      See Also:
    • getValidity

      public int getValidity()
      Specified by:
      getValidity in class ProcessSessionValidity