org.apache.servicemix.executors
Interface ExecutorFactory

All Known Implementing Classes:
ExecutorFactoryImpl

public interface ExecutorFactory

Factory to create Executors.

Author:
Guillaume Nodet

Method Summary
 Executor createExecutor(String id)
          Create a new executor for the given Id.
 

Method Detail

createExecutor

Executor createExecutor(String id)
Create a new executor for the given Id. The id may be used to provide per executor configuration.

Parameters:
id - the id of the executor to create
Returns:
a configured Executor


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.