Class RAConstructor

  • All Implemented Interfaces:
    Rule

    public class RAConstructor
    extends Object
    implements Rule
    A ResourceAdapter must have a default constructor
    Version:
    $Revision: $
    Author:
    Jeff Zhang
    • Constructor Detail

      • RAConstructor

        public RAConstructor()
        Constructor
    • Method Detail

      • validate

        public List<Failure> validate​(Validate vo,
                                      ResourceBundle rb)
        Validate
        Specified by:
        validate in interface Rule
        Parameters:
        vo - The validate object
        rb - The resource bundle
        Returns:
        The list of failures found; null if none