this.statement = statement;
this.base = base;
this.target = target;
Poll pollAnnotation = description.getAnnotation( Poll.class );
interval = pollAnnotation.interval();
times = pollAnnotation.times();
pollState = new PollStateImpl();
}
@Override
public void evaluate() throws Throwable {