public abstract class AbstractIoServiceFactoryFactory extends AbstractLoggingBean implements IoServiceFactoryFactory
| Modifier and Type | Field and Description |
|---|---|
private Factory<CloseableExecutorService> |
executorServiceFactory |
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) |
getSimplifiedLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateprivate Factory<CloseableExecutorService> executorServiceFactory
protected 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()