this.cp = new CursorPersistence(this.db, this.timerManager, 5000);
final String eventsPath = this.pollScript + ".txt";
logger.debug("Setting events file to '" + eventsPath + "'");
this.watcher = new PilotPoll(this.timerManager,
this.lager,
this.watcherDelay,
eventsPath,
this.db.currentCursorPosition(),
this);