public class AvlClient
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
AvlClient(AvlReport avlReport)
Constructor
|
Modifier and Type | Method and Description |
---|---|
AvlReport |
getAvlReport()
Returns the AVL report associated with this AvlClient
|
void |
run()
Filters out problematic AVL reports (such as for having invalid data,
being in the past, or too recent) and processes the ones that are good.
|
public AvlClient(AvlReport avlReport)
avlReport
- public AvlReport getAvlReport()
public void run()
run
in interface java.lang.Runnable
Runnable.run()