Sea 0.4.0

gov.lbl.dsd.sea
Interface ExecutorFactory


public interface ExecutorFactory

Interface for construction of executors implementing some kind of threading policy.

Version:
$Revision: 1.1 $, $Date: 2004/06/17 18:34:39 $

Method Summary
 Executor createExecutor()
          Creates and returns a new executor implementing some kind of threading policy.
 

Method Detail

createExecutor

public Executor createExecutor()
Creates and returns a new executor implementing some kind of threading policy.

Returns:
the new executor

Sea 0.4.0