Searched refs:openAsynchronousChannelGroup (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DAsynchronousChannelGroup.java166 * AsynchronousChannelProvider#openAsynchronousChannelGroup(int,ThreadFactory)
167 * openAsynchronousChannelGroup(int,ThreadFactory)} method of the system-wide
187 .openAsynchronousChannelGroup(nThreads, threadFactory);
212 * AsynchronousChannelProvider#openAsynchronousChannelGroup(ExecutorService,int)
213 * openAsynchronousChannelGroup(ExecutorService,int)} method of the system-wide
234 .openAsynchronousChannelGroup(executor, initialSize);
257 * AsynchronousChannelProvider#openAsynchronousChannelGroup(ExecutorService,int)
258 * openAsynchronousChannelGroup(ExecutorService,int)} method of the system-wide
274 .openAsynchronousChannelGroup(executor, 0);
/openjdk7/jdk/test/java/nio/channels/spi/AsynchronousChannelProvider/
H A DProvider1.java35 public AsynchronousChannelGroup openAsynchronousChannelGroup(int nThreads, ThreadFactory factorry) method in class:Provider1
42 public AsynchronousChannelGroup openAsynchronousChannelGroup(ExecutorService executor, int initialSize) method in class:Provider1
H A DProvider2.java35 public AsynchronousChannelGroup openAsynchronousChannelGroup method in class:Provider2
42 public AsynchronousChannelGroup openAsynchronousChannelGroup method in class:Provider2
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousChannelProvider.java56 public AsynchronousChannelGroup openAsynchronousChannelGroup(int nThreads, ThreadFactory factory) method in class:WindowsAsynchronousChannelProvider
63 public AsynchronousChannelGroup openAsynchronousChannelGroup(ExecutorService executor, int initialSize) method in class:WindowsAsynchronousChannelProvider
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DBsdAsynchronousChannelProvider.java54 public AsynchronousChannelGroup openAsynchronousChannelGroup(int nThreads, ThreadFactory factory) method in class:BsdAsynchronousChannelProvider
61 public AsynchronousChannelGroup openAsynchronousChannelGroup(ExecutorService executor, int initialSize) method in class:BsdAsynchronousChannelProvider
H A DLinuxAsynchronousChannelProvider.java54 public AsynchronousChannelGroup openAsynchronousChannelGroup(int nThreads, ThreadFactory factory) method in class:LinuxAsynchronousChannelProvider
61 public AsynchronousChannelGroup openAsynchronousChannelGroup(ExecutorService executor, int initialSize) method in class:LinuxAsynchronousChannelProvider
H A DSolarisAsynchronousChannelProvider.java55 public AsynchronousChannelGroup openAsynchronousChannelGroup(int nThreads, ThreadFactory factory) method in class:SolarisAsynchronousChannelProvider
62 public AsynchronousChannelGroup openAsynchronousChannelGroup(ExecutorService executor, int initialSize) method in class:SolarisAsynchronousChannelProvider
/openjdk7/jdk/src/share/classes/java/nio/channels/spi/
H A DAsynchronousChannelProvider.java185 openAsynchronousChannelGroup(int nThreads, ThreadFactory threadFactory) throws IOException; method in class:AsynchronousChannelProvider
202 openAsynchronousChannelGroup(ExecutorService executor, int initialSize) throws IOException; method in class:AsynchronousChannelProvider

Completed in 68 milliseconds