Class ProcessSessionValidityBasic
java.lang.Object
rife.database.DbRowProcessor
rife.authentication.sessionvalidators.ProcessSessionValidity
rife.authentication.sessionvalidators.ProcessSessionValidityBasic
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanprocessRow(ResultSet resultSet) This method has to be implemented by each class that extends theDbRowProcessorclass.Methods inherited from class rife.database.DbRowProcessor
clone, wasSuccessful
-
Constructor Details
-
ProcessSessionValidityBasic
public ProcessSessionValidityBasic()
-
-
Method Details
-
processRow
Description copied from class:DbRowProcessorThis method has to be implemented by each class that extends theDbRowProcessorclass. It has to contain all the logic that should be executed for each row of a result set.- Specified by:
processRowin classDbRowProcessor- Parameters:
resultSet- theResultSetinstance that was provided to theDbQueryManager'sfetchmethod.- Returns:
trueif the processing is considered successful; orfalseif 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:
getValidityin classProcessSessionValidity
-