org.jboss.weld.manager.api
Interface ExecutorServices
- All Superinterfaces:
- Service
public interface ExecutorServices
- extends Service
Allows a custom TaskExecutor to be provided by the container. By default,
Executors.newSingleThreadExecutor() is used.
This is a per-deployment service.
- Author:
- pmuir
| Methods inherited from interface org.jboss.weld.bootstrap.api.Service |
cleanup |
getTaskExecutor
java.util.concurrent.ExecutorService getTaskExecutor()
Copyright © 2008-2009 Seam Framework. All Rights Reserved.