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

/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 42 milliseconds