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

Method Summary
 ExecutorService getTaskExecutor()
           
 
Methods inherited from interface org.jboss.weld.bootstrap.api.Service
cleanup
 

Method Detail

getTaskExecutor

ExecutorService getTaskExecutor()


Copyright © 2008-2010 Seam Framework. All Rights Reserved.