Uses of Interface
com.maverick.nio.SelectorThreadImpl

Packages that use SelectorThreadImpl
com.maverick.nio This package contains a generic framework for Java NIO daemons. 
 

Uses of SelectorThreadImpl in com.maverick.nio
 

Constructors in com.maverick.nio with parameters of type SelectorThreadImpl
SelectorThread(SelectorThreadPool pool, SelectorThreadImpl impl, boolean isPermanent, int maximumNumOfChannels, int id, int idleServicePeriod, int inactivePeriodsPerIdleEvent, java.nio.channels.spi.SelectorProvider selectorProvider)
          Construct a new selector thread.
SelectorThreadPool(SelectorThreadImpl impl, int permanentThreads, int maximumChannels, int idleServicePeriod, int inactivePeriodsPerIdleEvent, java.nio.channels.spi.SelectorProvider selectorProvider)
          Construct a thread pool.
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.