org.jboss.weld.manager
Class SingleThreadExecutorServices

java.lang.Object
  extended by org.jboss.weld.manager.SingleThreadExecutorServices
All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service, org.jboss.weld.manager.api.ExecutorServices

public class SingleThreadExecutorServices
extends Object
implements org.jboss.weld.manager.api.ExecutorServices

Author:
pmuir

Constructor Summary
SingleThreadExecutorServices()
           
 
Method Summary
 void cleanup()
           
 ExecutorService getTaskExecutor()
          Provides access to the executor service used for asynchronous tasks.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleThreadExecutorServices

public SingleThreadExecutorServices()
Method Detail

getTaskExecutor

public ExecutorService getTaskExecutor()
Provides access to the executor service used for asynchronous tasks.

Specified by:
getTaskExecutor in interface org.jboss.weld.manager.api.ExecutorServices
Returns:
the ExecutorService for this manager

cleanup

public void cleanup()
Specified by:
cleanup in interface org.jboss.weld.bootstrap.api.Service


Copyright © 2013 Seam Framework. All Rights Reserved.