public abstract class AbstractIoServiceFactoryFactory extends AbstractLoggingBean implements IoServiceFactoryFactory
log| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIoServiceFactoryFactory(Factory<CloseableExecutorService> factory) |
| Modifier and Type | Method and Description |
|---|---|
Factory<CloseableExecutorService> |
getExecutorServiceFactory() |
protected CloseableExecutorService |
newExecutor() |
void |
setExecutorServiceFactory(Factory<CloseableExecutorService> factory) |
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warnclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateprotected AbstractIoServiceFactoryFactory(Factory<CloseableExecutorService> factory)
factory - The CloseableExecutorService factory to use for spawning threads. If null then an
internal service will be allocated.public Factory<CloseableExecutorService> getExecutorServiceFactory()
public void setExecutorServiceFactory(Factory<CloseableExecutorService> factory)
setExecutorServiceFactory in interface IoServiceFactoryFactoryprotected CloseableExecutorService newExecutor()
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.