com.sun.sgs.impl.nio
Class DefaultThreadPoolFactory
java.lang.Object
com.sun.sgs.impl.nio.DefaultThreadPoolFactory
- All Implemented Interfaces:
- ThreadPoolFactory
class DefaultThreadPoolFactory
- extends Object
- implements ThreadPoolFactory
Factory for obtaining the default ThreadPoolFactory.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultThreadPoolFactory
DefaultThreadPoolFactory()
create
static DefaultThreadPoolFactory create()
- Returns the default
ThreadPoolFactory.
- Returns:
- the default
ThreadPoolFactory
newThreadPool
public ExecutorService newThreadPool()
- Constructs a new
ExecutorService.
- Specified by:
newThreadPool in interface ThreadPoolFactory
- Returns:
- the newly-created thread pool
Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved