Interface Validator


public interface Validator
Interface to be implemented by custom validator classes.
Author:
mpassell
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    validate(Connection connection, int validateAction)
    Validate a connection and return a boolean to indicate if it's valid.