Lines Matching defs:poller
95 private final Poller poller;
105 this.poller = new Poller(fs, this, port);
106 this.poller.start();
115 // delegate to poller
116 return poller.register(dir, events, modifiers);
121 // delegate to poller
122 poller.close();
140 // poller thread.
188 // delegate to poller
189 poller.cancel(this);
398 * Returns true if poller thread is requested to shutdown.