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 ScheduledThreadPoolExecutorgetMonitoringThreadPoolExecutor()Returns the monitoring thread pool executor.protected voidinit()protected voidshutdown() 
 - 
 
- 
- 
Method Detail
- 
init
@PostConstruct protected void init()
 
- 
shutdown
@PreDestroy protected void shutdown()
 
- 
getMonitoringThreadPoolExecutor
public ScheduledThreadPoolExecutor getMonitoringThreadPoolExecutor()
Description copied from interface:IThreadPoolRegistryReturns the monitoring thread pool executor.- Specified by:
 getMonitoringThreadPoolExecutorin interfaceIThreadPoolRegistry- Returns:
 - the monitoring thread pool executor
 
 
 - 
 
 -