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

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java61 private ScheduledThreadPoolExecutor timeoutExecutor; field in class:AsynchronousChannelGroupImpl
86 this.timeoutExecutor = (ScheduledThreadPoolExecutor)
88 this.timeoutExecutor.setRemoveOnCancelPolicy(true);
202 return timeoutExecutor.schedule(task, timeout, unit);
252 timeoutExecutor.shutdown();

Completed in 22 milliseconds