Searched defs:Poller (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.java64 public class Poller { class
82 * creation or destruction of Poller objects.
87 * The handle for a Poller Object...is used in the JNI C code
93 * Constructs an instance of a <code>Poller</code> object.
95 * many fd/skt objects this Poller object can contain.
97 public Poller() throws Exception { method in class:Poller
104 * Constructs an instance of a <code>Poller</code> object.
106 * this Poller object can contain.
108 public Poller(int maxFd) throws Exception { method in class:Poller
128 * this Poller objec
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java47 private final Poller poller;
61 this.poller = new Poller(fs, this, port);
244 private class Poller extends AbstractPoller { class in class:WindowsWatchService
286 Poller(WindowsFileSystem fs, WindowsWatchService watcher, long port) { method in class:WindowsWatchService.Poller
515 * Poller main loop
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxWatchService.java53 private final Poller poller;
76 this.poller = new Poller(fs, this, ifd, sp);
143 private static class Poller extends AbstractPoller { class in class:LinuxWatchService
185 Poller(UnixFileSystem fs, LinuxWatchService watcher, int ifd, int[] sp) { method in class:LinuxWatchService.Poller
302 * Poller main loop
H A DSolarisWatchService.java95 private final Poller poller;
105 this.poller = new Poller(fs, this, port);
216 private class Poller extends AbstractPoller { class in class:SolarisWatchService
246 Poller(UnixFileSystem fs, SolarisWatchService watcher, int port) { method in class:SolarisWatchService.Poller
372 * Poller main loop. Blocks on port_getn waiting for events and then

Completed in 37 milliseconds