Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.engine.e1.collector.ResponseValidator< Q, E, R > Class Referenceabstract

Validates the result of invocation. More...

Inheritance diagram for com.griddynamics.jagger.engine.e1.collector.ResponseValidator< Q, E, R >:

Public Member Functions

abstract String getName ()
 Returns the name of validator. More...
 
 ResponseValidator (String taskId, String sessionId, NodeContext kernelContext)
 Default constructor for validators. More...
 
abstract boolean validate (Q query, E endpoint, R result, long duration)
 Validates the result of invocation. More...
 

Detailed Description

Validates the result of invocation.

Author
Grid Dynamics
Details:

Simplified type of collector.
Validates the result of invocation of specified query and endpoint. Save validation result to database.
Validators execute one by one. If one fails, no other will be executed.

Parameters
<Q>- Query type
<R>- Result type
<E>- Endpoint type

Definition at line 39 of file ResponseValidator.java.


The documentation for this class was generated from the following file: