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

/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.java105 * @param maxFd the maximum number of FileDescriptors/Sockets
108 public Poller(int maxFd) throws Exception { argument
110 this.handle = nativeCreatePoller(maxFd);
127 * @param maxFd the maximum number of FileDescriptors/Sockets
130 public void reset(int maxFd) throws Exception { argument
133 this.handle = nativeCreatePoller(maxFd);
314 private native int nativeCreatePoller(int maxFd) throws Exception; argument

Completed in 2071 milliseconds