| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.lib.thread |
ThreadPool service.
|
| Constructor and Description |
|---|
TraditionalBackgroundExecutor(ThreadPool pool,
int schedulePoolSize,
int shutdownWaitSeconds,
String namePrefix)
Construct the default implementation of BackgroundExecutor.
|
| Modifier and Type | Method and Description |
|---|---|
static ThreadPool |
ThreadPool.createThreadPool(String poolName)
Create and return a ThreadPool reading configuration from GlobalProperties.
|
| Constructor and Description |
|---|
PooledThread(ThreadPool threadPool,
String name,
boolean isDaemon,
Integer threadPriority)
Create the PooledThread.
|
Copyright © 2014. All Rights Reserved.