org.arakhne.vmutil
Interface ThreadServiceProvider

All Known Implementing Classes:
ThreadServiceFinder.DefaultProvider

public interface ThreadServiceProvider

This interface describes a provider of thread's service..

Version:
6.3 (rev:285) 2011-10-14 12:02:41
Author:
Stéphane GALLAND
Maven Group Id:
org.arakhne.afc
Maven Artifact Id:
arakhneVmutils

Method Summary
 ExecutorService getExecutorService()
          Replies the thread executor for this provider.
 ScheduledExecutorService getScheduledExecutorService()
          Replies the scheduled thread executor for this provider.
 

Method Detail

getExecutorService

ExecutorService getExecutorService()
Replies the thread executor for this provider.

Returns:
the default executor service.

getScheduledExecutorService

ScheduledExecutorService getScheduledExecutorService()
Replies the scheduled thread executor for this provider.

Returns:
the default scheduled executor service.


Copyright © 2006-2011 Arakhnê.org Consortium. All rights reserved under LGPL license terms.