org.apache.commons.latka.validators
Class MaxRequestTimeValidator

java.lang.Object
  |
  +--org.apache.commons.latka.validators.BaseValidator
        |
        +--org.apache.commons.latka.validators.MaxRequestTimeValidator
All Implemented Interfaces:
Validator

public class MaxRequestTimeValidator
extends BaseValidator
implements Validator


Constructor Summary
MaxRequestTimeValidator()
           
MaxRequestTimeValidator(java.lang.String label)
           
MaxRequestTimeValidator(java.lang.String label, int millis)
           
 
Method Summary
 void setMaxMillis(int millis)
           
 void validate(Response response)
          Run custom validation.
 
Methods inherited from class org.apache.commons.latka.validators.BaseValidator
getLabel, setLabel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxRequestTimeValidator

public MaxRequestTimeValidator()

MaxRequestTimeValidator

public MaxRequestTimeValidator(java.lang.String label)

MaxRequestTimeValidator

public MaxRequestTimeValidator(java.lang.String label,
                               int millis)
Method Detail

setMaxMillis

public void setMaxMillis(int millis)

validate

public void validate(Response response)
              throws ValidationException
Description copied from interface: Validator
Run custom validation. Latka will provide the HTTP response to this method. The implementer should throw a ValidationException if the Response fails to meet the validation criteria.
Specified by:
validate in interface Validator
Overrides:
validate in class BaseValidator
Following copied from interface: org.apache.commons.latka.Validator
Parameters:
response - the HTTP response
Throws:
ValidationException - if the Response fails to be valid


Copyright © 2001 Apache Software Foundation. Documenation generated September 13 2001.