Class ThreadPoolRegistry
- java.lang.Object
-
- de.xima.fc.system.impl.server.threadpool.ThreadPoolRegistry
-
- All Implemented Interfaces:
IThreadPoolRegistry
@Named @Default @Eager @ApplicationScoped public class ThreadPoolRegistry extends Object implements IThreadPoolRegistry
-
-
Constructor Summary
Constructors Constructor Description ThreadPoolRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduledThreadPoolExecutor
getMonitoringThreadPoolExecutor()
Returns the monitoring thread pool executor.protected void
init()
protected void
shutdown()
-
-
-
Method Detail
-
init
@PostConstruct protected void init()
-
shutdown
@PreDestroy protected void shutdown()
-
getMonitoringThreadPoolExecutor
public ScheduledThreadPoolExecutor getMonitoringThreadPoolExecutor()
Description copied from interface:IThreadPoolRegistry
Returns the monitoring thread pool executor.- Specified by:
getMonitoringThreadPoolExecutor
in interfaceIThreadPoolRegistry
- Returns:
- the monitoring thread pool executor
-
-